[Rt-commit] [svn] r1134 - rt/trunk/html/Ticket/Elements
huberth at pallas.eruditorum.org
huberth at pallas.eruditorum.org
Tue Jun 22 17:02:15 EDT 2004
Author: huberth
Date: Tue Jun 22 17:02:15 2004
New Revision: 1134
Modified:
rt/trunk/html/Ticket/Elements/ShowAttachments
Log:
RT-Ticket: 5733
RT-Status: resolved
* In the attachment window, the user who uploaded the attachment is now shown
after the time and filesize.
Modified: rt/trunk/html/Ticket/Elements/ShowAttachments
==============================================================================
--- rt/trunk/html/Ticket/Elements/ShowAttachments (original)
+++ rt/trunk/html/Ticket/Elements/ShowAttachments Tue Jun 22 17:02:15 2004
@@ -47,7 +47,7 @@
</%PERL>
<li><font <%$fontsize%>>
- <A HREF="<%$RT::WebPath%>/Ticket/Attachment/<%$rev->TransactionId%>/<%$rev->Id%>/<%$rev->Filename | u%>"><%$rev->CreatedAsString%> (<% $size %>)</a></font></li>
+ <A HREF="<%$RT::WebPath%>/Ticket/Attachment/<%$rev->TransactionId%>/<%$rev->Id%>/<%$rev->Filename | u%>"><%$rev->CreatedAsString%> (<% $size %>) by <% $rev->CreatorObj->Name %></a></font></li>
% }
% $fontsize='size="-2"';
% }
More information about the Rt-commit
mailing list