[Rt-commit] r12979 - in rt/branches/3.8-TESTING: share/html/Ticket/Elements
jesse at bestpractical.com
jesse at bestpractical.com
Fri Jun 6 12:38:34 EDT 2008
Author: jesse
Date: Fri Jun 6 12:38:34 2008
New Revision: 12979
Modified:
rt/branches/3.8-TESTING/ (props changed)
rt/branches/3.8-TESTING/share/html/Ticket/Elements/ShowUpdateStatus
Log:
r32380 at 31b: jesse | 2008-06-06 12:38:09 -0400
* I know how html anchors work. really
Modified: rt/branches/3.8-TESTING/share/html/Ticket/Elements/ShowUpdateStatus
==============================================================================
--- rt/branches/3.8-TESTING/share/html/Ticket/Elements/ShowUpdateStatus (original)
+++ rt/branches/3.8-TESTING/share/html/Ticket/Elements/ShowUpdateStatus Fri Jun 6 12:38:34 2008
@@ -49,8 +49,10 @@
<&| /Widgets/TitleBox, title => loc('New messages'), title_href => "#txn-". $txn->id &>
<&|/l, &>There are unread messages on this ticket.</&>
<&|/l,
- RT->Config->Get('WebPath') ."/Ticket/Display.html#txn-".$txn->id."?id=". $Ticket->id ."&MarkAsSeen=1",
- RT->Config->Get('WebPath') ."/Ticket/Display.html#txn-".$txn->id."?id=". $Ticket->id &>You can <a href="[_1]">jump to the first unread message</a> or <a href="[_2]">jump to the first unread message and mark all messages as seen</a>.</&>
+ RT->Config->Get('WebPath') ."/Ticket/Display.html?id=". $Ticket->id ."&MarkAsSeen=1". "#txn-".$txn->id,
+ RT->Config->Get('WebPath') ."/Ticket/Display.html?id=". $Ticket->id. "#txn-".$txn->id
+
+ &>You can <a href="[_1]">jump to the first unread message</a> or <a href="[_2]">jump to the first unread message and mark all messages as seen</a>.</&>
</&>
</div>
<%ARGS>
More information about the Rt-commit
mailing list