[Rt-commit] [svn] r1556 - in rt/branches/3.3-TESTING: . html/Ticket/Elements

jesse at pallas.eruditorum.org jesse at pallas.eruditorum.org
Thu Sep 23 15:14:30 EDT 2004


Author: jesse
Date: Thu Sep 23 15:14:29 2004
New Revision: 1556

Modified:
   rt/branches/3.3-TESTING/   (props changed)
   rt/branches/3.3-TESTING/html/Ticket/Elements/ShowPeople
Log:
 r10336 at Jesse-Vincents-Computer:  jesse | 2004-09-23T06:45:36.828724Z
 
 r10350 at Jesse-Vincents-Computer:  jesse | 2004-09-23T19:13:34.578717Z
 Use ShowUserEntry for ShowPeople
 


Modified: rt/branches/3.3-TESTING/html/Ticket/Elements/ShowPeople
==============================================================================
--- rt/branches/3.3-TESTING/html/Ticket/Elements/ShowPeople	(original)
+++ rt/branches/3.3-TESTING/html/Ticket/Elements/ShowPeople	Thu Sep 23 15:14:29 2004
@@ -46,7 +46,7 @@
 <table>
   <tr>
     <td class="label"><&|/l&>Owner</&>:</td>
-    <td class="value"><%$Ticket->OwnerObj->Name%></td>
+    <td class="value"><& ShowUserEntry, User => $Ticket->OwnerObj &></td>
   </tr>
   <tr>
     <td class="labeltop"><&|/l&>Requestors</&>:</td>


More information about the Rt-commit mailing list