[otrs-cvs] otrs/Kernel/Output/HTML/Standard/ProcessManagement Customer.dtl, 1.7, 1.8
"CVS commits notifications of OTRS.org" <[email protected]>
| Newsgroups | gmane.comp.otrs.cvs |
|---|---|
| Message-ID | <[email protected]> |
Comments:
Update of /home/cvs/otrs/Kernel/Output/HTML/Standard/ProcessManagement
In directory lancelot:/tmp/cvs-serv9997/Kernel/Output/HTML/Standard/ProcessManagement
Modified Files:
Customer.dtl
Log Message:
Fixed bug#4513 - Password and Username are added automatically by the browser in AdminUser dialog.
Author: mn
Index: Customer.dtl
===================================================================
RCS file: /home/cvs/otrs/Kernel/Output/HTML/Standard/ProcessManagement/Customer.dtl,v
retrieving revision 1.7
retrieving revision 1.8
diff -2 -u -d -r1.7 -r1.8
--- Customer.dtl 20 Nov 2012 15:29:59 -0000 1.7
+++ Customer.dtl 11 Jan 2013 12:35:18 -0000 1.8
@@ -1,5 +1,5 @@
# --
# Customer.dtl - provides Customer HTML for the AgentTicketProcess.pm
-# Copyright (C) 2001-2012 OTRS AG, http://otrs.org/
+# Copyright (C) 2001-2013 OTRS AG, http://otrs.org/
# --
# $Id$
@@ -21,5 +21,5 @@
</label>
<div class="Field">
- <input id="CustomerAutoComplete" type="text" name="CustomerUserID" value="$QData{"CustomerUserID"}" class="W75pc AutocompleteOff Validate_Required $QData{"CustomerUserIDServerError"}"/>
+ <input id="CustomerAutoComplete" type="text" name="CustomerUserID" value="$QData{"CustomerUserID"}" class="W75pc Validate_Required $QData{"CustomerUserIDServerError"}" autocomplete="off" />
<div id="CustomerAutoCompleteError" class="TooltipErrorMessage"><p>$Text{"This field is required."}</p></div>
<div id="CustomerAutoCompleteServerError" class="TooltipErrorMessage"><p>$Text{"This field is required."}</p></div>
---------------------------------------------------------------------
OTRS mailing list: cvs-log - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/cvs-log
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/cvs-log