[rt-users] Which template contains the sidebar links....

Emmanuel Lacour elacour at easter-eggs.com
Tue Feb 22 11:52:21 EST 2011


On Tue, Feb 15, 2011 at 02:40:08PM -0800, Gary Greene wrote:
> I'd like to add the two queues we have into the sidebar of the RT interface.
> I'm trying to find which files are used to build these out. Any pointers as
> to where to look for this would be useful. Thanks.
> 

 share/html/Elements/Tabs

you can add more links by writing something like this in the following
file (callback):

local/html/Callbacks/MyCallbacks/Elements/Tabs/Default

----snip----
<%init>
$toptabs->{'Q'} = { title => loc('Queue1'),
                    path => '/index.html?q=Queue1',
                  };
</%init>
<%args>
$topactions => undef
$toptabs => undef
</%args>
----snip----





More information about the rt-users mailing list