[Bps-public-commit] r19724 - RT-Extension-ReportSpam/html/Ticket/Elements

ruz at bestpractical.com ruz at bestpractical.com
Tue May 19 09:28:40 EDT 2009


Author: ruz
Date: Tue May 19 09:28:40 2009
New Revision: 19724

Modified:
   RT-Extension-ReportSpam/html/Ticket/Elements/ReportSpam

Log:
* we should use spam icon, which we don't have

Modified: RT-Extension-ReportSpam/html/Ticket/Elements/ReportSpam
==============================================================================
--- RT-Extension-ReportSpam/html/Ticket/Elements/ReportSpam	(original)
+++ RT-Extension-ReportSpam/html/Ticket/Elements/ReportSpam	Tue May 19 09:28:40 2009
@@ -2,9 +2,9 @@
 % my $url = $RT::WebPath ."/Helpers/Toggle/TicketSpam?id=". $id;
 <a align="right" href="<% $url %>" onclick="ahah('<% $url |n %>', 'toggle-ticket-spam-<% $id |n %>'); return false;" >
 % if ( $reported ) {
-<img src="<% $RT::WebPath %>/NoAuth/images/star.gif" alt="<% loc('Not Spam') %>" style="border-style: none" />
+<img src="<% $RT::WebPath %>/NoAuth/images/spam.gif" alt="<% loc('Not Spam') %>" style="border-style: none" />
 % } else {
-<img src="<% $RT::WebPath %>/NoAuth/images/empty_star.gif" alt="<% loc('Report Spam') %>" style="border-style: none" />
+<img src="<% $RT::WebPath %>/NoAuth/images/empty_spam.gif" alt="<% loc('Report Spam') %>" style="border-style: none" />
 % }
 </a>
 </span>



More information about the Bps-public-commit mailing list