Pman.Dialog.XtupleQuickContact.bjs
authorAlan Knowles <alan@roojs.com>
Wed, 12 Nov 2014 03:03:35 +0000 (11:03 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 12 Nov 2014 03:03:35 +0000 (11:03 +0800)
Pman.Dialog.XtupleQuickContact.js

Pman.Dialog.XtupleQuickContact.bjs
Pman.Dialog.XtupleQuickContact.js

index 131c653..ed5a381 100644 (file)
@@ -67,7 +67,7 @@
                                                     "fieldLabel" : "Phone / Alt",
                                                     "xtype" : "TextField",
                                                     "$ regex" : "/^[0-9 +-]+$/",
-                                                    "width" : 150,
+                                                    "width" : 120,
                                                     "$ xns" : "Roo.form",
                                                     "name" : "cntct_phone"
                                                 }
@@ -77,6 +77,7 @@
                                             "xtype" : "Column",
                                             "$ xns" : "Roo.form",
                                             "Boolean hideLabels" : true,
+                                            "String/Object/Function style" : "padding-left:10px",
                                             "items" : [
                                                 {
                                                     "fieldLabel" : "Phone (Alt)",
index 16de7c4..b332a31 100644 (file)
@@ -157,7 +157,7 @@ Pman.Dialog.XtupleQuickContact = {
                                                     fieldLabel : 'Phone / Alt',
                                                     xtype : 'TextField',
                                                     regex : /^[0-9 +-]+$/,
-                                                    width : 150,
+                                                    width : 120,
                                                     xns : Roo.form,
                                                     name : 'cntct_phone'
                                                 }
@@ -169,6 +169,7 @@ Pman.Dialog.XtupleQuickContact = {
                                             xtype : 'Column',
                                             xns : Roo.form,
                                             hideLabels : true,
+                                            style : 'padding-left:10px',
                                             items : [
                                                {
                                                     '|xns' : 'Roo.form',