[Rt-commit] [svn] r1302 - rt/branches/3.2-RELEASE/html/Ticket/Elements

huberth at pallas.eruditorum.org huberth at pallas.eruditorum.org
Tue Aug 3 18:06:01 EDT 2004


Author: huberth
Date: Tue Aug  3 18:06:00 2004
New Revision: 1302

Modified:
   rt/branches/3.2-RELEASE/html/Ticket/Elements/ShowAttachments
Log:
RT-Ticket: 4473
RT-Status: resolved

 * In Ticket/Elements/ShowAttachments, the font code that is generated
   no longer tries to escape the quotes (to give something like
   <font size=&#34;-1&#34;>).  Now the quotes appear.  Also, the default
   font size for the date and size has been changed to -2, because -1
   looks huge and out of place.


Modified: rt/branches/3.2-RELEASE/html/Ticket/Elements/ShowAttachments
==============================================================================
--- rt/branches/3.2-RELEASE/html/Ticket/Elements/ShowAttachments	(original)
+++ rt/branches/3.2-RELEASE/html/Ticket/Elements/ShowAttachments	Tue Aug  3 18:06:00 2004
@@ -49,7 +49,7 @@
         color => "#336699" &>
 
 % foreach my $key (keys %documents) {
-% my $fontsize='size="-1"';
+% my $fontsize='size="-2"';
 
 <%$key%><br>
 <ul>
@@ -68,7 +68,7 @@
 
 </%PERL>
 
-<li><font <%$fontsize%>>
+<li><font <%$fontsize | n%>>
 <A HREF="<%$RT::WebPath%>/Ticket/Attachment/<%$rev->TransactionId%>/<%$rev->Id%>/<%$rev->Filename | u%>">
 <&|/l, $rev->CreatedAsString, $size, $rev->CreatorObj->Name &>[_1] ([_2]) by [_3]</&>
 </a>


More information about the Rt-commit mailing list