mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-12 10:21:22 +00:00
Monotone-Parent: 1ea47f5aa8cbb7611d03ba0a965fa2a638f4467b
Monotone-Revision: 04b23a9f95822b6befc693fb180c774f240fff9b Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-03-12T16:17:20 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -193,7 +193,7 @@ function createPasswordChangeDialog() {
|
||||
var label = createElement("label", null, null, null, null, fields);
|
||||
label.appendChild(document.createTextNode(fieldLabels[i]));
|
||||
createElement("input", fieldNames[i], "textField",
|
||||
{ "name": fieldNames[i], "type": "text" },
|
||||
{ "name": fieldNames[i], "type": "password" },
|
||||
null, label);
|
||||
createElement("br", null, null, null, null, fields);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user