Pman.Dialog.CorePersonContact.js
authorAlan Knowles <alan@akbkhome.com>
Fri, 17 Sep 2010 10:50:40 +0000 (18:50 +0800)
committerAlan Knowles <alan@akbkhome.com>
Fri, 17 Sep 2010 10:50:40 +0000 (18:50 +0800)
Pman.Dialog.CorePersonContact.js

index edbe544..490768f 100644 (file)
@@ -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,