diff options
author | cvs2git <cvs2git> | 2004-12-02 10:18:36 +0000 |
---|---|---|
committer | cvs2git <cvs2git> | 2004-12-02 10:18:36 +0000 |
commit | d8503dba9fa96923fb725dfc7f74042cec0ebfad (patch) | |
tree | e6acbc9f632491cb9c6a523c896ccc5ed38a6a83 /rt/html/Ticket/Elements/Tabs | |
parent | c582e92888b4a5553e1b4e5214cf35217e4a0cf0 (diff) | |
parent | 2e01e767e3ec53eca7193e4498a449d9d92b4f89 (diff) |
This commit was manufactured by cvs2svn to create tag 'BEFORE_RT_3_2_2'.BEFORE_RT_3_2_2
Diffstat (limited to 'rt/html/Ticket/Elements/Tabs')
-rw-r--r-- | rt/html/Ticket/Elements/Tabs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rt/html/Ticket/Elements/Tabs b/rt/html/Ticket/Elements/Tabs index cba45df91..26b252707 100644 --- a/rt/html/Ticket/Elements/Tabs +++ b/rt/html/Ticket/Elements/Tabs @@ -101,6 +101,8 @@ my $ticket_page_tabs = { { title => loc('People'), path => "Ticket/ModifyPeople.html?id=" . $id, }, _E => { title => loc('Links'), path => "Ticket/ModifyLinks.html?id=" . $id, }, + _Eb=> { title => loc('Customers'), + path => "Ticket/ModifyCustomers.html?id=" . $id, }, _F => { title => loc('Jumbo'), path => "Ticket/ModifyAll.html?id=" . $id, seperator => 1 |