Fix #7123 - getting abra ready to test
[Pman.Xtuple] / Pman.Dialog.XtupleQuickContact.js
index 616b7c6..cfa925a 100644 (file)
@@ -140,6 +140,14 @@ Pman.Dialog.XtupleQuickContact = {
                                     xns : Roo.form,
                                     name : 'cntct_last_name'
                                 },
+                               {
+                                    '|xns' : 'Roo.form',
+                                    fieldLabel : 'ID Card',
+                                    xtype : 'TextField',
+                                    width : 300,
+                                    xns : Roo.form,
+                                    name : 'cntct_id_card'
+                                },
                                {
                                     '|xns' : 'Roo.form',
                                     xtype : 'Row',
@@ -154,10 +162,10 @@ Pman.Dialog.XtupleQuickContact = {
                                             items : [
                                                {
                                                     '|xns' : 'Roo.form',
-                                                    fieldLabel : 'Phone',
+                                                    fieldLabel : 'Phone / Alt',
                                                     xtype : 'TextField',
                                                     regex : /^[0-9 +-]+$/,
-                                                    width : 150,
+                                                    width : 130,
                                                     xns : Roo.form,
                                                     name : 'cntct_phone'
                                                 }
@@ -168,6 +176,8 @@ Pman.Dialog.XtupleQuickContact = {
                                             '|xns' : 'Roo.form',
                                             xtype : 'Column',
                                             xns : Roo.form,
+                                            hideLabels : true,
+                                            style : 'padding-left:10px',
                                             items : [
                                                {
                                                     '|xns' : 'Roo.form',
@@ -176,7 +186,7 @@ Pman.Dialog.XtupleQuickContact = {
                                                     regex : /^[0-9 +-]+$/,
                                                     width : 150,
                                                     xns : Roo.form,
-                                                    name : 'cntct_phone1'
+                                                    name : 'cntct_phone2'
                                                 }
                                             ]