[otrs-cvs] otrs/Kernel/Output/HTML/Standard AgentPreferences.dtl, 1.11, 1.12 CustomerPreferences.dtl, 1.10, 1.11
"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
In directory lancelot:/tmp/cvs-serv1987/Kernel/Output/HTML/Standard
Modified Files:
AgentPreferences.dtl CustomerPreferences.dtl
Log Message:
Follow-up fix for bug#4513 - Password and Username are added
automatically by the browser in AdminUser dialog.
Author: mg
Index: AgentPreferences.dtl
===================================================================
RCS file: /home/cvs/otrs/Kernel/Output/HTML/Standard/AgentPreferences.dtl,v
retrieving revision 1.11
retrieving revision 1.12
diff -2 -u -d -r1.11 -r1.12
--- AgentPreferences.dtl 20 Nov 2012 15:18:40 -0000 1.11
+++ AgentPreferences.dtl 14 Feb 2013 13:19:52 -0000 1.12
@@ -1,5 +1,5 @@
# --
# AgentPreferences.dtl - provides HTML form for AgentPreferences
-# Copyright (C) 2001-2012 OTRS AG, http://otrs.org/
+# Copyright (C) 2001-2013 OTRS AG, http://otrs.org/
# --
# $Id$
@@ -81,5 +81,5 @@
<label for="$QData{"Name"}">$Text{"$Data{"Key"}"}:</label>
<div class="Field">
- <input name="$QData{"Name"}" id="$QData{"Name"}" type="password"/>
+ <input name="$QData{"Name"}" id="$QData{"Name"}" type="password" autocomplete="off"/>
<!-- dtl:block:PasswordSingleBlock -->
<button type="submit" id="$QData{"Name"}Update" value="$Text{"Update"}">$Text{"Update"}</button>
Author: mg
Index: CustomerPreferences.dtl
===================================================================
RCS file: /home/cvs/otrs/Kernel/Output/HTML/Standard/CustomerPreferences.dtl,v
retrieving revision 1.10
retrieving revision 1.11
diff -2 -u -d -r1.10 -r1.11
--- CustomerPreferences.dtl 20 Nov 2012 15:24:58 -0000 1.10
+++ CustomerPreferences.dtl 14 Feb 2013 13:19:53 -0000 1.11
@@ -1,5 +1,5 @@
# --
# CustomerPreferences.dtl - provides HTML form for CustomerPreferences
-# Copyright (C) 2001-2012 OTRS AG, http://otrs.org/
+# Copyright (C) 2001-2013 OTRS AG, http://otrs.org/
# --
# $Id$
@@ -57,5 +57,5 @@
<div>
<label for="$QData{"Name"}">$Text{"$Data{"Key"}"}</label>
- <input title="$QData{"Name"}" type="password" id="$QData{"Name"}" name="$QData{"Name"}" value="" size="20" />
+ <input title="$QData{"Name"}" type="password" id="$QData{"Name"}" name="$QData{"Name"}" value="" size="20" autocomplete="off" />
<div class="ClearLeft"></div>
</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