[Bps-public-commit] r20247 - in RT-Extension-ReportSpam/html: NoAuth/images
trs at bestpractical.com
trs at bestpractical.com
Fri Jan 15 10:57:59 EST 2010
Author: trs
Date: Fri Jan 15 10:57:58 2010
New Revision: 20247
Added:
RT-Extension-ReportSpam/html/NoAuth/images/empty_spam.png (contents, props changed)
RT-Extension-ReportSpam/html/NoAuth/images/spam.png (contents, props changed)
Removed:
RT-Extension-ReportSpam/html/NoAuth/images/empty_spam.gif
RT-Extension-ReportSpam/html/NoAuth/images/spam.gif
Modified:
RT-Extension-ReportSpam/html/Ticket/Elements/ReportSpam
Log:
New spam/not spam icons
Added: RT-Extension-ReportSpam/html/NoAuth/images/empty_spam.png
==============================================================================
Binary file. No diff available.
Added: RT-Extension-ReportSpam/html/NoAuth/images/spam.png
==============================================================================
Binary file. No diff available.
Modified: RT-Extension-ReportSpam/html/Ticket/Elements/ReportSpam
==============================================================================
--- RT-Extension-ReportSpam/html/Ticket/Elements/ReportSpam (original)
+++ RT-Extension-ReportSpam/html/Ticket/Elements/ReportSpam Fri Jan 15 10:57:58 2010
@@ -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/spam.gif" alt="<% loc('Not Spam') %>" style="border-style: none" />
+<img src="<% $RT::WebPath %>/NoAuth/images/spam.png" alt="<% loc('Not Spam') %>" style="border-style: none;" />
% } else {
-<img src="<% $RT::WebPath %>/NoAuth/images/empty_spam.gif" alt="<% loc('Report Spam') %>" style="border-style: none" />
+<img src="<% $RT::WebPath %>/NoAuth/images/empty_spam.png" alt="<% loc('Report Spam') %>" style="border-style: none;" />
% }
</a>
</span>
More information about the Bps-public-commit
mailing list