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
pgpvKcclBhcwK.pgp
Description: PGP signature
_______________________________________________ http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users Community help: http://wiki.bestpractical.com Commercial support: [email protected] 2010 RT Training Sessions! San Francisco, CA, USA - Feb 22 & 23 Dublin, Ireland - Mar 15 & 16 Boston, MA, USA - April 5 & 6 Washington DC, USA - Oct 25 & 26 Discover RT's hidden secrets with RT Essentials from O'Reilly Media. Buy a copy at http://rtbook.bestpractical.com
