X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=rt%2Fshare%2Fhtml%2FAdmin%2FGlobal%2Findex.html;h=223ecd007584af003c8f0a067394ca12cbbdc27b;hb=9aee669886202be7035e6c6049fc71bc99dd3013;hp=0f7b56d4cda291836de6cfabf329dfda895503cc;hpb=0fb307c305e4bc2c9c27dc25a3308beae3a4d33c;p=freeside.git diff --git a/rt/share/html/Admin/Global/index.html b/rt/share/html/Admin/Global/index.html index 0f7b56d4c..223ecd007 100755 --- a/rt/share/html/Admin/Global/index.html +++ b/rt/share/html/Admin/Global/index.html @@ -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) @@ -45,42 +45,6 @@ %# those contributions and any derivatives thereof. %# %# END BPS TAGGED BLOCK }}} -% $m->callback( %ARGS, tabs => $tabs ); <& /Admin/Elements/Header, Title => loc('Admin/Global configuration') &> -<& /Admin/Elements/SystemTabs, - Title => loc('Admin/Global configuration') &> - <& /Elements/ListMenu, items => $tabs &> -<%INIT> - my $tabs = { - - A => { title => loc('Scrips'), - text => loc('Modify scrips which apply to all queues'), - path => '/Admin/Global/Scrips.html', - }, - B => { title => loc('Templates'), - text => loc('Edit system templates'), - path => '/Admin/Global/Templates.html', - }, - - F => { title => loc('Custom Fields'), - text => loc('Modify global custom fields'), - path => '/Admin/Global/CustomFields/index.html', - }, - - G => { title => loc('Group Rights'), - text => loc('Modify global group rights'), - path => '/Admin/Global/GroupRights.html', - }, - H => { title => loc('User Rights'), - text => loc('Modify global user rights'), - path => '/Admin/Global/UserRights.html', - }, - I => { title => loc('RT at a glance'), - text => loc('Modify the default "RT at a glance" view'), - path => '/Admin/Global/MyRT.html', - }, - - - -}; - +<& /Elements/Tabs &> +<& /Elements/ListMenu, menu => Menu()->child('admin')->child('global') &>