[Rt-commit] r9462 -
rt/branches/3.6-RELEASE/html/SelfService/Elements
sunnavy at bestpractical.com
sunnavy at bestpractical.com
Thu Oct 25 16:04:41 EDT 2007
Author: sunnavy
Date: Thu Oct 25 16:04:40 2007
New Revision: 9462
Modified:
rt/branches/3.6-RELEASE/html/SelfService/Elements/Tabs
Log:
add a callback for SelfService/Elements/Tabs
Modified: rt/branches/3.6-RELEASE/html/SelfService/Elements/Tabs
==============================================================================
--- rt/branches/3.6-RELEASE/html/SelfService/Elements/Tabs (original)
+++ rt/branches/3.6-RELEASE/html/SelfService/Elements/Tabs Thu Oct 25 16:04:40 2007
@@ -45,6 +45,7 @@
%# those contributions and any derivatives thereof.
%#
%# END BPS TAGGED BLOCK }}}
+<& /Elements/Callback, tabs => $tabs, %ARGS &>
<& /Elements/PageLayout,
current_toptab => $current_toptab,
current_tab => $current_tab,
@@ -79,7 +80,7 @@
},
B => { title => loc('Closed tickets'),
path => 'SelfService/Closed.html',
- }
+ },
};
if ($queue_count > 1) {
More information about the Rt-commit
mailing list