Fix #7123 - getting abra ready to test
[Pman.Xtuple] / Pman.Dialog.XtupleQuickContact.bjs
index 131c653..2e84676 100644 (file)
                                     "$ xns" : "Roo.form",
                                     "name" : "cntct_last_name"
                                 },
+                                {
+                                    "fieldLabel" : "ID Card",
+                                    "xtype" : "TextField",
+                                    "width" : 300,
+                                    "$ xns" : "Roo.form",
+                                    "name" : "cntct_id_card"
+                                },
                                 {
                                     "xtype" : "Row",
                                     "labelWidth" : 120,
@@ -67,7 +74,7 @@
                                                     "fieldLabel" : "Phone / Alt",
                                                     "xtype" : "TextField",
                                                     "$ regex" : "/^[0-9 +-]+$/",
-                                                    "width" : 150,
+                                                    "width" : 130,
                                                     "$ xns" : "Roo.form",
                                                     "name" : "cntct_phone"
                                                 }
@@ -77,6 +84,7 @@
                                             "xtype" : "Column",
                                             "$ xns" : "Roo.form",
                                             "Boolean hideLabels" : true,
+                                            "String/Object/Function style" : "padding-left:10px",
                                             "items" : [
                                                 {
                                                     "fieldLabel" : "Phone (Alt)",
@@ -84,7 +92,7 @@
                                                     "$ regex" : "/^[0-9 +-]+$/",
                                                     "width" : 150,
                                                     "$ xns" : "Roo.form",
-                                                    "name" : "cntct_phone1"
+                                                    "name" : "cntct_phone2"
                                                 }
                                             ]
                                         }