port skinning, customer display/edit from RT 3.6 integration to RT 3.8 integration
[freeside.git] / rt / share / html / Ticket / Elements / ShowSummary
index 4c2d54e..28a2965 100755 (executable)
             <& /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 &>