I am customizing the agent login screen (/opt/otrs/Kernel/Output/HTML/Standard/Login.dtl).  I want to put a link that says “Customers, please login here” at the top between the header and the login box.  I successfully placed it at the bottom thusly:

 

<!-- start footer -->

<b><center>This is the helpdesk agent login screen.<br>

Customers, please <a href="" here</a></center></b>

</body>

</html>

<!-- end footer -->

 

But when I try to place it anywhere above the login box, it completely buggers up the formatting or, at best, the actual link portion is not visible.  The example below results in the missing link text.

 

<p>

<table border="0" width="800" cellspacing="0" cellpadding="8">

<tr>

  <td width="120" class="header"> <img src="" </td>

  <td class="mainhead3">$Text{"Ocean Dental Trouble Ticket System"}</td>

</tr>

</table>

 

<b><center>This is the helpdesk agent login screen.<br>

Customers, please <a href="" here</a></center></b>

 

<form action="" method="post" enctype="application/x-www-form-urlencoded" name="login">

<input type="hidden" name="Action" value="Login">

<input type="hidden" name="RequestedURL" value="$QData{"RequestedURL"}">

<input type="hidden" name="Lang" value="$Env{"UserLanguage"}">

 

<table border="0" cellspacing="0" cellpadding="3" width="270">

<tr>

  <td align="center" class="singleboxhead">$Text{"Helpdesk Agent Login"}</td>

</tr>

<tr>

 

What magical text (or syntax) must I use to get my link at the top?

 

Thanks in advance for any help,

Joe Fusco

_______________________________________________
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 orr consulting for your OTRS system?
=> http://www.otrs.com/

Reply via email to