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/ShowSummary | |
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/ShowSummary')
-rw-r--r-- | rt/html/Ticket/Elements/ShowSummary | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/rt/html/Ticket/Elements/ShowSummary b/rt/html/Ticket/Elements/ShowSummary index 5bcc94b41..1b9f62908 100644 --- a/rt/html/Ticket/Elements/ShowSummary +++ b/rt/html/Ticket/Elements/ShowSummary @@ -47,6 +47,15 @@ color => "#333399" &> <& /Ticket/Elements/ShowPeople, Ticket => $Ticket &> <& /Elements/TitleBoxEnd &> + <br> + + <& /Elements/TitleBoxStart, title => loc('Customers'), + title_href =>"$RT::WebPath/Ticket/ModifyCustomers.html?id=".$Ticket->Id, + title_class=> 'inverse', + color => "#7f007b" &> + <& /Ticket/Elements/ShowCustomers, Ticket => $Ticket &> + <& /Elements/TitleBoxEnd &> + <BR> </TD> <TD VALIGN=TOP WIDTH="50%"> |