This has been covered a number of times, but here goes:

I assume you are wanting to add a company logo to the logon page of OTRS.

This example quickly edits Login.dtl which is not the best way of doing
this, the real way is to create a theme for your company, and then you wont
loose it in an upgrade. However, this is quicker.

If you want to add the logo to customers, etc, you'll need to edit their
corresponding DTL files.

Regards

Company Logo

Edit : /opt/otrs/Kernel/Output/HTML/Standard/Login.dtl

Find the text below and add the IMG SRC line:

<center>
<p>
</p>
<img src="$Env{"Images"}/LOGONAME.gif">
<p>
  <form action="$Env{"CGIHandle"}" method="post"
enctype="application/x-www-form-urlencoded" name="login">
    <input type="hidden" name="Action" value="Login"/>

All graphics should be placed in /otrs-web/images/Standard/
Regards

2009/11/11 Namwoonde, Letty <[email protected]>

>  Hi all
>
>
>
> May you please assist me with how to insert a company logo on OTRS, I have
> been struggling for sometimes now.
>
>
>
> Thanks
>
>
>
> Regards
>
>
>
> Letty N. Namwoonde
>
> Incorporated Engineer (in training)
>
> Network Planning and Implementation
>
> Tel: +264 61 201 2164
>
> Switch: +264 601008321
>
> Fax: +264 61 251 387
>
> Fax2Email: 088618571
>
> email: [email protected] <[email protected]>
>
>
>
> [image: tn_signature]
>
> *"**Success lives within**.''***
>
>
>
> ---------------------------------------------------------------------
> 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
>
> NEW! ENTERPRISE SUBSCRIPTION - Get more information NOW!
> http://www.otrs.com/en/support/enterprise-subscription/
>

<<image001.gif>>

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

NEW! ENTERPRISE SUBSCRIPTION - Get more information NOW!
http://www.otrs.com/en/support/enterprise-subscription/

Reply via email to