
Dear Nathan, Thanks for your mail. I cannot find the syntax that you mentioned. This is my customerlogin.dtl file. # -- # CustomerLogin.dtl - provides customer HTML login screen # Copyright (C) 2001-2009 OTRS AG, http://otrs.org/ # -- # $Id: CustomerLogin.dtl,v 1.25 2009/02/16 11:07:25 tr Exp $ # -- # This software comes with ABSOLUTELY NO WARRANTY. For details, see # the enclosed file COPYING for license information (AGPL). If you # did not receive this file, see http://www.gnu.org/licenses/agpl.txt. # -- # # http headers $Include{"CustomerHeader"} <!-- start login --> <script language="JavaScript" type="text/javascript"> <!-- function submit_form() { # if (!document.login.User.value) { # alert('$JSText{"Login is needed!"}'); # return false; # } # else if (!document.login.Password.value) { # alert('$JSText{"Password is needed!"}'); # return false; # } now = new Date(); Diff = now.getTimezoneOffset(); document.login.TimeOffset.value = Diff; return true; } //--> </script> <center> <p> <font color="red">$Text{"$Data{"Message"}"}</font> <table border="0" cellspacing="0" cellpadding="3" width="300"> <tr> <td class="singleboxhead">$Text{"Login"}</td> </tr> <tr> <td class="singleboxbody">