X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Fshare%2Fhtml%2FTools%2Findex.html;h=91c1b31c2c52c28d5c288908dd98dc1d399910d9;hb=de9d037528895f7151a9aead6724ce2df95f9586;hp=f507a075f17ae57552484b50a45e49953b026c1a;hpb=fc6209f398899f0211cfcedeb81a3cd65e04a941;p=freeside.git diff --git a/rt/share/html/Tools/index.html b/rt/share/html/Tools/index.html index f507a075f..91c1b31c2 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-2017 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') &>