To add a link to the customer navigation - edit the  
<otrs>\OTRS\Kernal\Output\HTML\Standard\CustomerNavigationBar.dtl file.
You will see a section of the file with <!-- dtl:block:Item -->

Insert a standard HTML link after the end of the dtl:block:item (which is what 
builds the standard links)
Example:
<!-- dtl:block:Item -->
<td>
<a href="http://www.google.com"; target="_blank" 
onmouseover="window.status='Preferences'; return true;" 
onmouseout="window.status='';" class="navitem"><img 
src="/otrs-web/images/Standard/GoogleG.png" alt="Preferences" 
border="0"><br>Google</a>
      </td>

You'll also need a graphic for the button most likely so add that to the 
<otrs>\OTRS\var\httpd\htdocs\images\Standard folder

The same process applies if you are adding the link to the Admin interface, 
just use the AdminNavigationBar.dtl

Nathan Campbell
Manager of Support and Systems Analysis
Dallas Symphony Orchestra


From: [email protected] [mailto:[email protected]] On Behalf Of Henrik 
Nydell
Sent: Thursday, August 19, 2010 8:26 AM
To: [email protected]
Subject: [otrs] Add a frontend link for browsing PDF documents

Hi, is there a simple way to add a new icon to the frontend page which links to 
a page with some PDF docs. I'd like to keep those PDFs within OTRS for 
authentication purposes. I.e. only authorized customers with ticket reporting 
credentials should be able to access this page with PDF docs.

I'm using OTRS 2.4.7 BTW

--
 [cid:[email protected]]

  Henrik Nydell

  [cid:[email protected]]
  Prosilient Technologies AB
  Årstaängsvägen 25, 3tr - Box 47231, SE-10074 STOCKHOLM
  Office: +46 (0)8 588 32 600 - Fax: +46 (0)8 731 05 71
  Tel: +46 (0)70 984 59 92 - 
[email protected]<mailto:[email protected]>
  www.prosilient.com<http://www.prosilient.com>

<<inline: image001.png>>

<<inline: image002.png>>

---------------------------------------------------------------------
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

Reply via email to