Add Button To menu

Does anyone know the best way to add a button to the top row of the menu that would open a new window to a link? Thanks I'm Wojo ________________________________

HTML files are stored in Kernel\Output\HTML\Standard, with .dtl extension. You can find the file which refers to the menu you want to customize, and add a link to it Gabriele ----- Original Message ----- From: Dave Wojciechowski To: User questions and discussions about OTRS.org Sent: Monday, October 22, 2007 3:02 PM Subject: [otrs] Add Button To menu Does anyone know the best way to add a button to the top row of the menu that would open a new window to a link? Thanks I'm Wojo ------------------------------------------------------------------------------ ------------------------------------------------------------------------------ _______________________________________________ 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 or consulting for your OTRS system? => http://www.otrs.com/

I was a afraid of that, was hoping there was a way to just change some config... that would be a nice feature, the ablity to add a list of external links for the agents. ________________________________ From: otrs-bounces@otrs.org [mailto:otrs-bounces@otrs.org] On Behalf Of Gabriele D'Andrea Sent: Tuesday, October 23, 2007 9:56 AM To: User questions and discussions about OTRS.org Subject: Re: [otrs] Add Button To menu HTML files are stored in Kernel\Output\HTML\Standard, with .dtl extension. You can find the file which refers to the menu you want to customize, and add a link to it Gabriele ----- Original Message ----- From: Dave Wojciechowski mailto:david.wojciechowski@morgansfoods.com To: User questions and discussions about OTRS.org mailto:otrs@otrs.org Sent: Monday, October 22, 2007 3:02 PM Subject: [otrs] Add Button To menu Does anyone know the best way to add a button to the top row of the menu that would open a new window to a link? Thanks I'm Wojo ________________________________ ________________________________ _______________________________________________ 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 or consulting for your OTRS system? => http://www.otrs.com/

Hi, It seems there is some configuration parameters, all $Self->{'Frontend::Module'}->... like this one : $Self->{'Frontend::Module'}->{'Admin'} = { 'NavBar' => [ { 'Prio' => '10000', 'Block' => 'ItemArea', 'Image' => 'admin.png', 'NavBar' => 'Admin', 'Type' => 'Menu', 'AccessKey' => 'a', 'Description' => 'Admin-Area', 'Name' => 'Admin', 'Link' => 'Action=Admin' } ], 'NavBarName' => 'Admin', 'Description' => 'Admin-Area', 'Title' => 'Admin', 'NavBarModule' => { 'Module' => 'Kernel::Output::HTML::NavBarModuleAdmin' }, 'Group' => [ 'admin' ] }; If you define a new one, I think your new button will appear on the Agent Navigation Bar, you need to see which action you will give to this button first etc ... Best regards, Laurent MINOST Dave Wojciechowski a écrit :
I was a afraid of that, was hoping there was a way to just change some config... that would be a nice feature, the ablity to add a list of external links for the agents.
------------------------------------------------------------------------ *From:* otrs-bounces@otrs.org [mailto:otrs-bounces@otrs.org] *On Behalf Of *Gabriele D'Andrea *Sent:* Tuesday, October 23, 2007 9:56 AM *To:* User questions and discussions about OTRS.org *Subject:* Re: [otrs] Add Button To menu
HTML files are stored in Kernel\Output\HTML\Standard, with .dtl extension. You can find the file which refers to the menu you want to customize, and add a link to it
Gabriele
----- Original Message ----- *From:* Dave Wojciechowski mailto:david.wojciechowski@morgansfoods.com *To:* User questions and discussions about OTRS.org mailto:otrs@otrs.org *Sent:* Monday, October 22, 2007 3:02 PM *Subject:* [otrs] Add Button To menu
Does anyone know the best way to add a button to the top row of the menu that would open a new window to a link?
Thanks
I'm Wojo
------------------------------------------------------------------------
------------------------------------------------------------------------
_______________________________________________ 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 or consulting for your OTRS system? => http://www.otrs.com/

Hi Dave, If you want to add a link for agent interface you can modify Header.dtl file for customer would be better to modify CustomerNavigationBar.dtl Carlos _____ De: otrs-bounces@otrs.org [mailto:otrs-bounces@otrs.org] En nombre de Dave Wojciechowski Enviado el: Lunes, 22 de Octubre de 2007 08:02 a.m. Para: User questions and discussions about OTRS.org Asunto: [otrs] Add Button To menu Does anyone know the best way to add a button to the top row of the menu that would open a new window to a link? Thanks I'm Wojo _____
participants (4)
-
Dave Wojciechowski
-
Forums
-
Gabriele D'Andrea
-
Laurent Minost