[Rt-commit] r12980 - in rt/branches/3.8-TESTING: share/html/Ticket/Elements

jesse at bestpractical.com jesse at bestpractical.com
Fri Jun 6 12:43:20 EDT 2008


Author: jesse
Date: Fri Jun  6 12:43:20 2008
New Revision: 12980

Modified:
   rt/branches/3.8-TESTING/   (props changed)
   rt/branches/3.8-TESTING/share/html/Ticket/Elements/ShowUpdateStatus

Log:
 r32382 at 31b:  jesse | 2008-06-06 12:43:12 -0400
 * order my args right.


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:43:20 2008
@@ -49,8 +49,8 @@
 <&| /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?id=". $Ticket->id ."&MarkAsSeen=1".  "#txn-".$txn->id,
- RT->Config->Get('WebPath') ."/Ticket/Display.html?id=". $Ticket->id. "#txn-".$txn->id
+ RT->Config->Get('WebPath') ."/Ticket/Display.html?id=". $Ticket->id. "#txn-".$txn->id,
+ RT->Config->Get('WebPath') ."/Ticket/Display.html?id=". $Ticket->id ."&MarkAsSeen=1".  "#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>.</&>
 </&>


More information about the Rt-commit mailing list