X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Fshare%2Fhtml%2FTools%2Findex.html;h=6d50d3810ef37f12f0da4abb05c855804f6e0627;hb=679854b8bbc65d112071111bbd7f34a6a481fb30;hp=f507a075f17ae57552484b50a45e49953b026c1a;hpb=0fb307c305e4bc2c9c27dc25a3308beae3a4d33c;p=freeside.git diff --git a/rt/share/html/Tools/index.html b/rt/share/html/Tools/index.html index f507a075f..6d50d3810 100644 --- a/rt/share/html/Tools/index.html +++ b/rt/share/html/Tools/index.html @@ -2,7 +2,7 @@ %# %# COPYRIGHT: %# -%# This software is Copyright (c) 1996-2011 Best Practical Solutions, LLC +%# This software is Copyright (c) 1996-2013 Best Practical Solutions, LLC %# %# %# (Except where explicitly superseded by other copyright notices) @@ -46,36 +46,5 @@ %# %# END BPS TAGGED BLOCK }}} <& /Elements/Header, Title => loc("Tools") &> -<& Elements/Tabs, - current_tab => "Tools/index.html", - Title => loc("Tools") &> -<& /Elements/ListMenu, items => $tabs &> - -<%init> - -my $tabs = { - A => { - title => loc('Dashboards'), - path => '/Dashboards/index.html', - description => loc('Named, shared collection of portlets'), - }, - B => { - title => loc('Offline'), - path => '/Tools/Offline.html', - description => loc('Create tickets offline'), - }, - C => { - title => loc('Reports'), - path => '/Tools/Reports/index.html', - description => loc('Various RT reports'), - }, - D => { - title => loc('My Day'), - path => '/Tools/MyDay.html', - description => loc('Easy updating of your open tickets'), - }, -}; - -$m->callback( %ARGS, tabs => $tabs ); - - +<& /Elements/Tabs &> +<& /Elements/ListMenu, menu => Menu()->child('tools') &>