[Rt-commit] r13285 - in rt/branches/3.8-TESTING: .

jesse at bestpractical.com jesse at bestpractical.com
Fri Jun 13 14:18:00 EDT 2008


Author: jesse
Date: Fri Jun 13 14:18:00 2008
New Revision: 13285

Modified:
   rt/branches/3.8-TESTING/   (props changed)
   rt/branches/3.8-TESTING/share/html/SelfService/Closed.html
   rt/branches/3.8-TESTING/share/html/SelfService/index.html

Log:
 r32824 at 31b:  jesse | 2008-06-13 14:17:53 -0400
 * Move %ARGS to before manually defined args to stop users from being able to override the ones we handcode


Modified: rt/branches/3.8-TESTING/share/html/SelfService/Closed.html
==============================================================================
--- rt/branches/3.8-TESTING/share/html/SelfService/Closed.html	(original)
+++ rt/branches/3.8-TESTING/share/html/SelfService/Closed.html	Fri Jun 13 14:18:00 2008
@@ -48,11 +48,11 @@
 <& /SelfService/Elements/Header, Title => loc('Closed tickets') &>
 
 <& /SelfService/Elements/MyRequests,
+    %ARGS,
     status          => ['rejected', 'resolved'],
     friendly_status => loc('closed'), 
 	BaseURL         => RT->Config->Get('WebPath') ."/SelfService/Closed.html?",
 	Page            => $Page,
-    %ARGS
 &>
 
 <%ARGS>

Modified: rt/branches/3.8-TESTING/share/html/SelfService/index.html
==============================================================================
--- rt/branches/3.8-TESTING/share/html/SelfService/index.html	(original)
+++ rt/branches/3.8-TESTING/share/html/SelfService/index.html	Fri Jun 13 14:18:00 2008
@@ -47,8 +47,9 @@
 %# END BPS TAGGED BLOCK }}}
 <& /SelfService/Elements/Header, Title => loc('Open tickets') &>
 <& /SelfService/Elements/MyRequests,
+    %ARGS,
     BaseURL => RT->Config->Get('WebPath') ."/SelfService/?",
-	Page    => $Page, %ARGS
+    Page    => $Page, 
 &>
 
 <%ARGS>


More information about the Rt-commit mailing list