diff options
author | ivan <ivan> | 2010-01-03 08:07:15 +0000 |
---|---|---|
committer | ivan <ivan> | 2010-01-03 08:07:15 +0000 |
commit | f8ecdcae961003312ce3c65113c87a9a2565fdd2 (patch) | |
tree | 2ee74a1f12062beb64b4ce6731511bc2a3c52983 /rt/share/html/Ticket/Elements/Tabs | |
parent | 380df2ee971291598a2b4864a69f067796694b5f (diff) |
port skinning, customer display/edit from RT 3.6 integration to RT 3.8 integration
Diffstat (limited to 'rt/share/html/Ticket/Elements/Tabs')
-rwxr-xr-x | rt/share/html/Ticket/Elements/Tabs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/rt/share/html/Ticket/Elements/Tabs b/rt/share/html/Ticket/Elements/Tabs index 7deb8c18d..a99f2190f 100755 --- a/rt/share/html/Ticket/Elements/Tabs +++ b/rt/share/html/Ticket/Elements/Tabs @@ -138,6 +138,10 @@ if ($Ticket) { title => loc('Links'), path => "Ticket/ModifyLinks.html?id=" . $id, }, + _Eb=> { + title => loc('Customers'), + path => "Ticket/ModifyCustomers.html?id=" . $id, + }, _X => { title => loc('Jumbo'), path => "Ticket/ModifyAll.html?id=" . $id, |