X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=rt%2Fshare%2Fhtml%2FAdmin%2FGlobal%2FTemplates.html;h=9daec0306f1d717875f51fcfc7495a0ee25d0776;hp=30ad2441846b7a0749daaf86cecdfa64b91a8374;hb=44dd00a3ff974a17999e86e64488e996edc71e3c;hpb=0fb307c305e4bc2c9c27dc25a3308beae3a4d33c diff --git a/rt/share/html/Admin/Global/Templates.html b/rt/share/html/Admin/Global/Templates.html index 30ad24418..9daec0306 100755 --- a/rt/share/html/Admin/Global/Templates.html +++ b/rt/share/html/Admin/Global/Templates.html @@ -2,7 +2,7 @@ %# %# COPYRIGHT: %# -%# This software is Copyright (c) 1996-2011 Best Practical Solutions, LLC +%# This software is Copyright (c) 1996-2019 Best Practical Solutions, LLC %# %# %# (Except where explicitly superseded by other copyright notices) @@ -46,32 +46,13 @@ %# %# END BPS TAGGED BLOCK }}} <& /Admin/Elements/Header, Title => $title, FeedURI => 'templates' &> -<& /Admin/Elements/SystemTabs, - current_tab => 'Admin/Global/Templates.html', - current_subtab => 'Admin/Global/Templates.html', - subtabs => $subtabs, - Title => $title &> +<& /Elements/Tabs &> <& /Admin/Elements/EditTemplates, title => $title, %ARGS &> <%init> - -my $subtabs = { - A => { title => loc('Select'), - path => "Admin/Global/Templates.html" - }, - B => { title => loc('New'), - path => "Admin/Global/Template.html?Create=1&Queue=0", - separator => 1, - } - }; my $title = loc("Modify templates which apply to all queues"); - my (@actions); - - - - <%ARGS> $id => undef