[Rt-commit] r19357 - in rt/3.8/trunk: .

sartak at bestpractical.com sartak at bestpractical.com
Tue Apr 28 11:18:28 EDT 2009


Author: sartak
Date: Tue Apr 28 11:18:27 2009
New Revision: 19357

Modified:
   rt/3.8/trunk/   (props changed)
   rt/3.8/trunk/share/html/Elements/MyRT

Log:
 r82561 at onn:  sartak | 2009-04-28 11:18:14 -0400
 Add callbacks to MyRT


Modified: rt/3.8/trunk/share/html/Elements/MyRT
==============================================================================
--- rt/3.8/trunk/share/html/Elements/MyRT	(original)
+++ rt/3.8/trunk/share/html/Elements/MyRT	Tue Apr 28 11:18:27 2009
@@ -45,6 +45,7 @@
 %# those contributions and any derivatives thereof.
 %# 
 %# END BPS TAGGED BLOCK }}}
+% $m->callback( ARGSRef => \%ARGS, CallbackName => 'BeforeTable' );
 <table class="myrt">
 <tr valign="top">
 
@@ -59,6 +60,7 @@
 % }
 
 </tr></table>
+% $m->callback( ARGSRef => \%ARGS, CallbackName => 'AfterTable' );
 <%INIT>
 
 # XXX: we don't use this, but should.


More information about the Rt-commit mailing list