RE: [otrs] Re: How do I add new icons/link in the nav bar?

If you haven't already been there, giving this a look might help too - http://www.otrs.de/~me/doc-developer/en/ -----Original Message----- From: otrs-bounces@otrs.org [mailto:otrs-bounces@otrs.org] On Behalf Of Seigafuse, Mike Sent: Tuesday, October 25, 2005 2:15 PM To: User questions and discussions about OTRS.org Subject: RE: [otrs] Re: How do I add new icons/link in the nav bar? Oops - I am so used to version 1.3.2 I keep forgetting I am not up with the times. Sorry - I haven't done this with 2.x yet. -----Original Message----- From: otrs-bounces@otrs.org [mailto:otrs-bounces@otrs.org] On Behalf Of Steven Sent: Tuesday, October 25, 2005 2:02 PM To: otrs@otrs.org Subject: [otrs] Re: How do I add new icons/link in the nav bar? I was assuming that the actual data is being pulled from elsewhere because my AgentNavigationBar.dtl is full of: <!-- dtl:block:ItemPre --> <td valign="top" align="center" class="nav">

I tacked it in with Preferences.
$Self->{'Frontend::Module'}->{'AgentPreferences'} = {
'NavBar' => [
{
'Prio' => '1000',
'Block' => '',
'Image' => 'prefer.png',
'NavBar' => '',
'Type' => '',
'AccessKey' => 'p',
'Description' => 'Agent Preferences',
'Name' => 'Preferences',
'Link' => 'Action=AgentPreferences'
},
{
'Prio' => '900',
'Block' => '',
'Image' => 'nagios.png',
'NavBar' => '',
'Type' => '',
'AccessKey' => '',
'Description' => 'Nagios',
'Name' => 'Nagios',
'Link' => 'http://monitor.xxxxxxxxxxp.com/nagios/'
}
],
'NavBarName' => '',
'Description' => 'Agent Preferences',
'Title' => 'Preferences'
};
I get this URL for the menu item.
http://monitor.tescogroup.com/otrs/index.pl?http://monitor.tescogroup.com/na...
I hope there is a way to treat the link as root instead of after index.pl.
--
--
Steven
May you have the peace and freedom that come from abandoning all hope of
having a better past.
--- - --- - - - - - - - -- - - - --- - ------ -
- --- - - -- - - - -- - - -
"Seigafuse, Mike" <br>$Text{"$QData{"Name"}"}</a></div>
</td>
<!-- dtl:block:ItemPre -->
<!-- dtl:block:Item -->
<td valign="top" align="center" class="nav">
<br>$Text{"$QData{"Name"}"}</a></div>
</td>
<!-- dtl:block:Item -->
<td valign="center">
</td>
# <td> </td>
There is no reference Preferences, FAQ or Admin, etc.
--
--
Steven
May you have the peace and freedom that come from abandoning all hope of
having a better past.
--- - --- - - - - - - - -- - - - --- - ------ -
- --- - - -- - - - -- - - -
"Seigafuse, Mike"
<br>$Text{"Legacy System"}</a>
</td>
I put mine after preferences for the agent navigation bar...
-----Original Message-----
From: otrs-bounces@otrs.org [mailto:otrs-bounces@otrs.org] On Behalf Of
Steven
Sent: Tuesday, October 25, 2005 11:19 AM
To: otrs@otrs.org
Subject: [otrs] How do I add new icons/link in the nav bar?
How do I add new icons/link in the nav bar?
I want to add a link for users to our old ticket system during the
transition.
I want to also be able to add some links to other web based tools we use.
--
--
Steven
May you have the peace and freedom that come from abandoning all hope of
having a better past.
--- - --- - - - - - - - -- - - - --- - ------ -
- --- - - -- - - - -- - - -
_______________________________________________
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
Support oder Consulting für Ihr OTRS System?
=> http://www.otrs.de/
This email may contain material that is confidential, privileged and/or
attorney work product for the sole use of the intended recipient. Any
review, reliance or distribution by others or forwarding without express
permission is strictly prohibited. If you are not the intended recipient,
please contact the sender and delete all copies.
--------------------------------------------------------------------------------
_______________________________________________
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
Support oder Consulting f|r Ihr OTRS System?
=> http://www.otrs.de/
_______________________________________________
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
Support oder Consulting für Ihr OTRS System?
=> http://www.otrs.de/
This email may contain material that is confidential, privileged and/or
attorney work product for the sole use of the intended recipient. Any
review, reliance or distribution by others or forwarding without express
permission is strictly prohibited. If you are not the intended recipient,
please contact the sender and delete all copies.
This email may contain material that is confidential, privileged and/or
attorney work product for the sole use of the intended recipient. Any
review, reliance or distribution by others or forwarding without express
permission is strictly prohibited. If you are not the intended recipient,
please contact the sender and delete all copies.
--------------------------------------------------------------------------------
_______________________________________________
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
Support oder Consulting f|r Ihr OTRS System?
=> http://www.otrs.de/
participants (2)
-
Seigafuse, Mike
-
Steven