Pman.Dialog.CoreCompanies.bjs
authorChris <chris@roojs.com>
Wed, 12 Sep 2012 05:53:35 +0000 (13:53 +0800)
committerChris <chris@roojs.com>
Wed, 12 Sep 2012 05:53:35 +0000 (13:53 +0800)
Pman.Dialog.CoreCompanies.js

Pman.Dialog.CoreCompanies.bjs
Pman.Dialog.CoreCompanies.js

index 3680137..5d9cd77 100644 (file)
@@ -42,7 +42,7 @@
                                 "rendered": "function (form)\n{\n    _this.form = form;\n}"
                             },
                             "fileUpload": true,
-                            "labelWidth": 150,
+                            "labelWidth": 200,
                             "xtype": "Form",
                             "|xns": "Roo.form",
                             "items": [
@@ -51,7 +51,7 @@
                                     "fieldLabel": "Company ID (for filing Ref.)",
                                     "name": "code",
                                     "qtip": "Enter code",
-                                    "width": 150,
+                                    "width": 100,
                                     "xtype": "TextField",
                                     "|xns": "Roo.form"
                                 }
index f04e2af..d700214 100644 (file)
@@ -94,7 +94,7 @@ Pman.Dialog.CoreCompanies = {
                                 }
                             },
                             fileUpload : true,
-                            labelWidth : 150,
+                            labelWidth : 200,
                             items : [
                                 {
                                     xtype: 'TextField',
@@ -103,7 +103,7 @@ Pman.Dialog.CoreCompanies = {
                                     fieldLabel : 'Company ID (for filing Ref.)',
                                     name : 'code',
                                     qtip : "Enter code",
-                                    width : 150
+                                    width : 100
                                 }
                             ]
                         }