[otrs] Add Button To menu

Laurent Minost lminost at denyall.com
Thu Nov 8 16:51:05 GMT 2007


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 at otrs.org [mailto:otrs-bounces at 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 at morgansfoods.com>
>     *To:* User questions and discussions about OTRS.org
>     <mailto:otrs at 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/
> 



More information about the otrs mailing list