X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=rt%2Fshare%2Fhtml%2FAdmin%2FElements%2FSelectTemplate;h=02b78405ae2f1be57b10788ec2b59a60ea3dd8e2;hp=ffaebeeb781e0e3cddb3124ee228af5214fb98ac;hb=919e930aa9279b3c5cd12b593889cd6de79d67bf;hpb=0fb307c305e4bc2c9c27dc25a3308beae3a4d33c diff --git a/rt/share/html/Admin/Elements/SelectTemplate b/rt/share/html/Admin/Elements/SelectTemplate index ffaebeeb7..02b78405a 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-2015 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' -