[Rt-commit] r16838 - rt/3.8/trunk/share/html/Ticket/Elements
sunnavy at bestpractical.com
sunnavy at bestpractical.com
Sat Nov 15 02:12:37 EST 2008
Author: sunnavy
Date: Sat Nov 15 02:12:36 2008
New Revision: 16838
Modified:
rt/3.8/trunk/share/html/Ticket/Elements/Bookmark
Log:
tiny fix
Modified: rt/3.8/trunk/share/html/Ticket/Elements/Bookmark
==============================================================================
--- rt/3.8/trunk/share/html/Ticket/Elements/Bookmark (original)
+++ rt/3.8/trunk/share/html/Ticket/Elements/Bookmark Sat Nov 15 02:12:36 2008
@@ -83,7 +83,7 @@
</%ARGS>
<span id="toggle-<% $id %>">
% my $url = RT->Config->Get('WebPath') ."/Helpers/Toggle/TicketBookmark?id=". $id;
-<a align="right" href="<% $url %>" onClick="ahah('<% $url |n %>', 'toggle-<% $id |n %>'); return false;" >
+<a align="right" href="<% $url %>" onclick="ahah('<% $url |n %>', 'toggle-<% $id |n %>'); return false;" >
% if ( $bookmarked ) {
<img src="<% RT->Config->Get('WebPath') %>/NoAuth/images/star.gif" alt="<% loc('Remove Bookmark') %>" style="border-style: none" />
% } else {
More information about the Rt-commit
mailing list