X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Fshare%2Fhtml%2FAdmin%2FElements%2FSelectTemplate;h=8d45c7de1d269266db57c53019a7ddbf59a79dca;hb=a6fe07e49e3fc12169e801b1ed6874c3a5bd8500;hp=ffaebeeb781e0e3cddb3124ee228af5214fb98ac;hpb=0fb307c305e4bc2c9c27dc25a3308beae3a4d33c;p=freeside.git diff --git a/rt/share/html/Admin/Elements/SelectTemplate b/rt/share/html/Admin/Elements/SelectTemplate index ffaebeeb7..8d45c7de1 100755 --- a/rt/share/html/Admin/Elements/SelectTemplate +++ b/rt/share/html/Admin/Elements/SelectTemplate @@ -2,7 +2,7 @@ %# %# COPYRIGHT: %# -%# This software is Copyright (c) 1996-2011 Best Practical Solutions, LLC +%# This software is Copyright (c) 1996-2012 Best Practical Solutions, LLC %# %# %# (Except where explicitly superseded by other copyright notices) @@ -47,19 +47,12 @@ %# END BPS TAGGED BLOCK }}} @@ -73,15 +66,12 @@ $PrimaryTemplates->OrderBy(FIELD => 'Name'); } my $OtherTemplates = RT::Templates->new($session{'CurrentUser'}); -$OtherTemplates->LimitToGlobal($DefaultQueue); +$OtherTemplates->LimitToGlobal; $OtherTemplates->OrderBy(FIELD => 'Name'); <%ARGS> - $Queue => undef $Default => 'none' -$DefaultQueue => undef $Name => 'Template' -