diff options
author | ivan <ivan> | 2007-08-03 22:10:50 +0000 |
---|---|---|
committer | ivan <ivan> | 2007-08-03 22:10:50 +0000 |
commit | 5b1eff981d428d7964400120c149a821992f0fd1 (patch) | |
tree | 106b223390c08b975c1555ea0c0c57fe08f5e9d4 /rt/html/Ticket | |
parent | e6c5cce375199d5f60d05735e38f3f96ea76ac90 (diff) |
fix merge nit
Diffstat (limited to 'rt/html/Ticket')
-rw-r--r-- | rt/html/Ticket/Elements/ShowSummary | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rt/html/Ticket/Elements/ShowSummary b/rt/html/Ticket/Elements/ShowSummary index d171f408e..e3464c732 100644 --- a/rt/html/Ticket/Elements/ShowSummary +++ b/rt/html/Ticket/Elements/ShowSummary @@ -67,7 +67,7 @@ <& /Ticket/Elements/ShowPeople, Ticket => $Ticket &> </&> - <& /Widgets/TitleBoxStart, title => loc('Customers'), + <&| /Widgets/TitleBox, title => loc('Customers'), title_href =>"$RT::WebPath/Ticket/ModifyCustomers.html?id=".$Ticket->Id, class=> 'ticket-info-customers' &> <& /Ticket/Elements/ShowCustomers, Ticket => $Ticket &> |