[rt-users] how to customize Tools index.html with Callback
Kevin Falcone
falcone at bestpractical.com
Thu Feb 4 17:46:30 EST 2010
On Tue, Feb 02, 2010 at 05:32:12PM -0800, Allen wrote:
> v3.8.5 on Ubuntu.
>
> I am trying to customize the Tools/index.html page to add the same
> item to both the Tab top horizontal navigation menu and to the
> ListMenu of items in the body of the page.
>
> By creating this local callback file, I was able to get an item into
> the top nav tab:
> /usr/local/share/request-tracker3.8/html/Callbacks/Default/Tools/Elements/Tabs/Default
>
> <%init>
> $tabs->{e} = { title => 'Reset Customer Password',
> path => "Tools/resetpasswdform.html",
> description => "Form to email customer a new password" };
> </%init>
> <%args>
> $tabs =>undef
> </%args>
>
>
> The "items" list on the index page is basically an iteration through
> the title/description of $tabs elements, but it does not show the new
> item that I added through the callback.
>
> Does anyone know why not? What else do I need to do?
Sounds like you also want to use the callback located in
Toole/index.html or provide a patch to unify these two lists.
-kevin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 195 bytes
Desc: not available
URL: <http://lists.bestpractical.com/pipermail/rt-users/attachments/20100204/2595097d/attachment.sig>
More information about the rt-users
mailing list