From 6cde095fd44af5a9ed46044013c99f4d0945abc9 Mon Sep 17 00:00:00 2001 From: Edward Date: Mon, 22 Apr 2013 19:28:44 +0800 Subject: [PATCH] Pman.Dialog.PersonEditor.js --- Pman.Dialog.PersonEditor.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Pman.Dialog.PersonEditor.js b/Pman.Dialog.PersonEditor.js index 4d460d64..9028a780 100644 --- a/Pman.Dialog.PersonEditor.js +++ b/Pman.Dialog.PersonEditor.js @@ -462,6 +462,7 @@ Pman.Dialog.PersonEditor.prototype = { allowBlank : true, // must be filled in as we rely on it for login details.. inputType: 'password', xtype : 'SecurePass', + autoCreate : {tag: "input", type: "text", size: "20"}, width : 220, imageRoot : rootURL + '/Pman/templates/images' }, -- 2.39.2