[Rt-commit] r9652 - in rt/branches/3.6-EXPERIMENTAL-CATEGORIES: html/SelfService/Elements

falcone at bestpractical.com falcone at bestpractical.com
Mon Nov 12 21:18:28 EST 2007


Author: falcone
Date: Mon Nov 12 21:18:28 2007
New Revision: 9652

Modified:
   rt/branches/3.6-EXPERIMENTAL-CATEGORIES/   (props changed)
   rt/branches/3.6-EXPERIMENTAL-CATEGORIES/html/SelfService/Elements/Tabs

Log:
 r26461 at ketch:  falcone | 2007-11-12 21:15:34 -0500
 * add a callback for RTFM


Modified: rt/branches/3.6-EXPERIMENTAL-CATEGORIES/html/SelfService/Elements/Tabs
==============================================================================
--- rt/branches/3.6-EXPERIMENTAL-CATEGORIES/html/SelfService/Elements/Tabs	(original)
+++ rt/branches/3.6-EXPERIMENTAL-CATEGORIES/html/SelfService/Elements/Tabs	Mon Nov 12 21:18:28 2007
@@ -104,6 +104,11 @@
 	B => { html => $m->scomp('GotoTicket') 
 		}
 	};
+
+  $m->comp('/Elements/Callback', 
+    actions => $actions, 
+    tabs => $tabs, %ARGS);
+
 </%INIT>
 <%ARGS>
 $Title => undef


More information about the Rt-commit mailing list