[Rt-commit] r4853 - in rtir/branches/1.9-EXPERIMENTAL: html/RTIR/Elements

ruz at bestpractical.com ruz at bestpractical.com
Wed Mar 29 07:45:42 EST 2006


Author: ruz
Date: Wed Mar 29 07:45:41 2006
New Revision: 4853

Modified:
   rtir/branches/1.9-EXPERIMENTAL/   (props changed)
   rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Elements/Tabs

Log:
 r1066 at cubic-pc:  cubic | 2006-03-29 16:50:43 +0400
 * add callback that allow you to add toptabs to the RTIR's menu


Modified: rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Elements/Tabs
==============================================================================
--- rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Elements/Tabs	(original)
+++ rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Elements/Tabs	Wed Mar 29 07:45:41 2006
@@ -72,6 +72,8 @@
     A => { html => $m->scomp('/RTIR/Elements/SimpleSearch') }
 };
 
+$m->comp('/Elements/Callback', toptabs => $toptabs, topactions => $topactions, %ARGS);
+
 </%INIT>
 <%ARGS>
 $current_toptab => undef


More information about the Rt-commit mailing list