[Rt-commit] rt branch, 3.9-trunk, updated. rt-3.9.4-432-g55f1175
Alex Vandiver
alexmv at bestpractical.com
Tue Nov 9 11:29:51 EST 2010
The branch, 3.9-trunk has been updated
via 55f1175e3c3a73c61da39f949fef8603d85acfde (commit)
from d99c16e1f0837aca581ac7c5b55346e00ff5dbc6 (commit)
Summary of changes:
share/html/Elements/Tabs | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
- Log -----------------------------------------------------------------
commit 55f1175e3c3a73c61da39f949fef8603d85acfde
Author: Alex Vandiver <alexmv at bestpractical.com>
Date: Mon Nov 8 20:08:59 2010 -0500
Add separate callbacks to the end of the SelfService and Privileged menu blocks
diff --git a/share/html/Elements/Tabs b/share/html/Elements/Tabs
index c235b66..200ca88 100755
--- a/share/html/Elements/Tabs
+++ b/share/html/Elements/Tabs
@@ -533,6 +533,8 @@ if ( $request_path !~ qr{^/SelfService/} ) {
PageWidgets()->child( simple_search => title => $m->scomp('SimpleSearch'), escape_title => 0 );
PageWidgets()->child( create_ticket => title => $m->scomp('CreateTicket'), escape_title => 0 );
+
+ $m->callback( CallbackName => 'Privileged' );
}
if ( $request_path =~ qr'/SelfService' ) {
@@ -578,6 +580,8 @@ if ( $request_path =~ qr'/SelfService' ) {
}
PageWidgets->child( goto => title => $m->scomp('/SelfService/Elements/GotoTicket'), escape_title => 0 );
+
+ $m->callback( CallbackName => 'SelfService' );
}
</%INIT>
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list