[Rt-commit] rt branch, 3.9-trunk, updated. rt-3.8.8-857-g5997333
Jesse Vincent
jesse at bestpractical.com
Fri Sep 24 15:48:48 EDT 2010
The branch, 3.9-trunk has been updated
via 59973338c54c74a7f6dffe20fe71a3933c0d66d3 (commit)
from 7e211c1199836d49f007d7f677105e5c73cc0348 (commit)
Summary of changes:
share/html/SelfService/Elements/Tabs | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
- Log -----------------------------------------------------------------
commit 59973338c54c74a7f6dffe20fe71a3933c0d66d3
Author: Marcus Moment <marcus_moment at yahoo.com>
Date: Fri Sep 24 15:50:48 2010 -0400
Added a callback to RT's SelfService page - This callback allows
developers to stick messages at the top of self-service pages.
diff --git a/share/html/SelfService/Elements/Tabs b/share/html/SelfService/Elements/Tabs
index da9ce2d..839ec3c 100755
--- a/share/html/SelfService/Elements/Tabs
+++ b/share/html/SelfService/Elements/Tabs
@@ -54,6 +54,7 @@
title => $Title
&>
<a name="skipnav" id="skipnav" accesskey="8"></a>
+% $m->callback( %ARGS, tabs => $tabs, actions => $actions, CallbackName => "AfterNav");
<%INIT>
my $queues = RT::Queues->new($session{'CurrentUser'});
$queues->UnLimit;
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list