[Rt-commit] r3647 - in rt/branches/3.5-TESTING: . html/Elements

trs at bestpractical.com trs at bestpractical.com
Thu Aug 11 23:55:21 EDT 2005


Author: trs
Date: Thu Aug 11 23:55:21 2005
New Revision: 3647

Modified:
   rt/branches/3.5-TESTING/   (props changed)
   rt/branches/3.5-TESTING/html/Elements/Login
Log:
 r5846 at wintermute:  tom | 2005-08-11 23:54:44 -0400
 Added callbacks before and after form so we can use them


Modified: rt/branches/3.5-TESTING/html/Elements/Login
==============================================================================
--- rt/branches/3.5-TESTING/html/Elements/Login	(original)
+++ rt/branches/3.5-TESTING/html/Elements/Login	Thu Aug 11 23:55:21 2005
@@ -80,6 +80,8 @@
 </&>
 % }
 
+<& /Elements/Callback, %ARGS, _CallbackName => 'BeforeForm' &>
+
 <div id="login-box">
 <&| /Widgets/TitleBox, title => loc('Login'), titleright => $RT::VERSION, hideable => 0 &>
 
@@ -126,6 +128,7 @@
 % }
 </&>
 </div><!-- #login-box -->
+<& /Elements/Callback, %ARGS, _CallbackName => 'AfterForm' &>
 <& /Elements/Footer, Menu => 0 &>
 <%ARGS>
 $user => ""


More information about the Rt-commit mailing list