From 589355e8c18ccb251bf39ed85e7ac0ff44466b4c Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 17 Sep 2010 18:50:40 +0800 Subject: [PATCH] Pman.Dialog.CorePersonContact.js --- Pman.Dialog.CorePersonContact.js | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Pman.Dialog.CorePersonContact.js b/Pman.Dialog.CorePersonContact.js index edbe5449..490768fe 100644 --- a/Pman.Dialog.CorePersonContact.js +++ b/Pman.Dialog.CorePersonContact.js @@ -185,6 +185,13 @@ Pman.Dialog.CorePersonContact = { name : 'name', width : 300 }, + { + xtype: 'TextField', + xns: Roo.form, + fieldLabel : 'Role', + name : 'role', + width : 200 + }, { xtype: 'TextField', xns: Roo.form, @@ -206,13 +213,6 @@ Pman.Dialog.CorePersonContact = { name : 'email', width : 200 }, - { - xtype: 'TextField', - xns: Roo.form, - fieldLabel : 'Role', - name : 'role', - width : 200 - }, { xtype: 'TextField', xns: Roo.form, -- 2.39.2