[Rt-commit] r18980 - in rt/3.8/trunk: .
sartak at bestpractical.com
sartak at bestpractical.com
Mon Mar 30 17:32:15 EDT 2009
Author: sartak
Date: Mon Mar 30 17:32:07 2009
New Revision: 18980
Modified:
rt/3.8/trunk/ (props changed)
rt/3.8/trunk/share/html/Tools/Elements/Tabs
Log:
r81639 at onn: sartak | 2009-03-30 17:30:44 -0400
Pass along $actions in Tools/Elements/Tabs
Modified: rt/3.8/trunk/share/html/Tools/Elements/Tabs
==============================================================================
--- rt/3.8/trunk/share/html/Tools/Elements/Tabs (original)
+++ rt/3.8/trunk/share/html/Tools/Elements/Tabs Mon Mar 30 17:32:07 2009
@@ -49,6 +49,7 @@
tabs => $tabs,
current_toptab => 'Tools/index.html',
current_tab => $current_tab,
+ actions => $actions,
Title => $Title &>
<%INIT>
@@ -84,5 +85,6 @@
$subtabs => undef
$current_tab => undef
$current_subtab => undef
+$actions => undef
$Title => undef
</%ARGS>
More information about the Rt-commit
mailing list