[Rt-commit] r3958 - rt/branches/3.4-RELEASE/html/User/Elements
ruz at bestpractical.com
ruz at bestpractical.com
Thu Oct 13 08:40:24 EDT 2005
Author: ruz
Date: Thu Oct 13 08:40:24 2005
New Revision: 3958
Modified:
rt/branches/3.4-RELEASE/html/User/Elements/Tabs
Log:
* new callback in html/User/Elements/Tabs
Modified: rt/branches/3.4-RELEASE/html/User/Elements/Tabs
==============================================================================
--- rt/branches/3.4-RELEASE/html/User/Elements/Tabs (original)
+++ rt/branches/3.4-RELEASE/html/User/Elements/Tabs Thu Oct 13 08:40:24 2005
@@ -61,6 +61,9 @@
},
};
+ # Now let callbacks add their extra tabs
+ $m->comp('/Elements/Callback', tabs => $tabs, %ARGS);
+
foreach my $tab (sort keys %{$tabs}) {
if ($tabs->{$tab}->{'path'} eq $current_tab) {
$tabs->{$tab}->{"subtabs"} = $subtabs;
More information about the Rt-commit
mailing list