From: Alan Knowles Date: Fri, 17 Sep 2010 10:50:40 +0000 (+0800) Subject: Pman.Dialog.CorePersonContact.js X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=589355e8c18ccb251bf39ed85e7ac0ff44466b4c Pman.Dialog.CorePersonContact.js --- 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,