
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 http://helpdesk.domain.com/otrs/customer.pl>login 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="/otrs-web/images/Standard/ocean-small.gif"> </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 http://helpdesk.domain.com/otrs/customer.pl>login here</a></center></b>