diff options
author | ivan <ivan> | 2009-07-08 11:12:46 +0000 |
---|---|---|
committer | ivan <ivan> | 2009-07-08 11:12:46 +0000 |
commit | 70569273833d91085c6c562865a78a08ddde49a1 (patch) | |
tree | ef853bbd0cf52b644d124df7286582d8a2bda3d9 /rt/html/Elements/Tabs | |
parent | 0cc20c3d66e50d640422c2d587d97ddf7768493b (diff) |
borg RT menus, RT#1169
Diffstat (limited to 'rt/html/Elements/Tabs')
-rw-r--r-- | rt/html/Elements/Tabs | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/rt/html/Elements/Tabs b/rt/html/Elements/Tabs index 9d1eea602..36ecfa5a6 100644 --- a/rt/html/Elements/Tabs +++ b/rt/html/Elements/Tabs @@ -59,20 +59,6 @@ <a name="skipnav" id="skipnav" accesskey="8"></a> <%INIT> my $action; -my $basetopactions = { -# A => { html => $m->scomp('/Elements/CreateTicket') -# }, - A => { html => $m->scomp('/Elements/FreesideNewCust') - }, - B => { html => $m->scomp('/Elements/FreesideSearch') - }, - C => { html => $m->scomp('/Elements/FreesideInvoiceSearch') - }, - D => { html => $m->scomp('/Elements/FreesideSvcSearch') - }, - E => { html => $m->scomp('/Elements/SimpleSearch') - } - }; my $basetabs = { ' A'=> { title => 'Billing Main', path => &RT::URI::freeside::FreesideURL(), @@ -112,9 +98,6 @@ if ($session{'CurrentUser'}->HasRight( Right => 'ModifySelf', if (!defined $toptabs) { $toptabs = $basetabs; } -if (!defined $topactions) { - $topactions = $basetopactions; -} require RT::URI::freeside; |