summaryrefslogtreecommitdiff
path: root/rt/html/Elements/Tabs
diff options
context:
space:
mode:
Diffstat (limited to 'rt/html/Elements/Tabs')
-rw-r--r--rt/html/Elements/Tabs7
1 files changed, 6 insertions, 1 deletions
diff --git a/rt/html/Elements/Tabs b/rt/html/Elements/Tabs
index 4db3849..6791e50 100644
--- a/rt/html/Elements/Tabs
+++ b/rt/html/Elements/Tabs
@@ -40,7 +40,12 @@ my $basetopactions = {
B => { html => $m->scomp('/Elements/SimpleSearch')
}
};
-my $basetabs = { A => { title => loc('Homepage'),
+my $basetabs = {
+ ' A'=> { title => 'Billing Main',
+ path => '..',
+ },
+ A => { #title => loc('Homepage'),
+ title => 'Ticketing Main',
path => '',
},
B => { title => loc('Tickets'),