summaryrefslogtreecommitdiff
path: root/rt/share/html/Ticket/Elements/ShowSummary
diff options
context:
space:
mode:
authorivan <ivan>2010-01-03 08:07:15 +0000
committerivan <ivan>2010-01-03 08:07:15 +0000
commitf8ecdcae961003312ce3c65113c87a9a2565fdd2 (patch)
tree2ee74a1f12062beb64b4ce6731511bc2a3c52983 /rt/share/html/Ticket/Elements/ShowSummary
parent380df2ee971291598a2b4864a69f067796694b5f (diff)
port skinning, customer display/edit from RT 3.6 integration to RT 3.8 integration
Diffstat (limited to 'rt/share/html/Ticket/Elements/ShowSummary')
-rwxr-xr-xrt/share/html/Ticket/Elements/ShowSummary6
1 files changed, 6 insertions, 0 deletions
diff --git a/rt/share/html/Ticket/Elements/ShowSummary b/rt/share/html/Ticket/Elements/ShowSummary
index 4c2d54e5e..28a296579 100755
--- a/rt/share/html/Ticket/Elements/ShowSummary
+++ b/rt/share/html/Ticket/Elements/ShowSummary
@@ -67,6 +67,12 @@
<& /Ticket/Elements/ShowPeople, Ticket => $Ticket &>
</&>
+ <&| /Widgets/TitleBox, title => loc('Customers'),
+ title_href => RT->Config->Get('WebPath')."/Ticket/ModifyCustomers.html?id=".$Ticket->Id,
+ class => 'ticket-info-customers' &>
+ <& /Ticket/Elements/ShowCustomers, Ticket => $Ticket &>
+ </&>
+
<& /Ticket/Elements/ShowAttachments, Ticket => $Ticket, Attachments => $Attachments &>
<& /Ticket/Elements/ShowRequestor, Ticket => $Ticket &>