Pman.Dialog.CoreCompanies.bjs
authorChris <chris@roojs.com>
Wed, 12 Sep 2012 06:17:12 +0000 (14:17 +0800)
committerChris <chris@roojs.com>
Wed, 12 Sep 2012 06:17:12 +0000 (14:17 +0800)
Pman.Dialog.CoreCompanies.js

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

index 43a4b05..88e3f65 100644 (file)
                                             "|xns": "Roo.form"
                                         },
                                         {
-                                            "|xns": "Roo.form",
-                                            "xtype": "FieldSet",
-                                            "items": [
-                                                {
-                                                    "fieldLabel": "Logo Image",
-                                                    "icon": "rootURL + 'images/default/dd/drop-add.gif'",
-                                                    "xtype": "DisplayField",
-                                                    "|xns": "Roo.form"
-                                                }
-                                            ]
+                                            "fieldLabel": "Logo Image",
+                                            "icon": "rootURL + 'images/default/dd/drop-add.gif'",
+                                            "xtype": "DisplayField",
+                                            "|xns": "Roo.form"
                                         }
                                     ]
                                 }
index b463a38..efc1365 100644 (file)
@@ -204,16 +204,10 @@ Pman.Dialog.CoreCompanies = {
                                             name : 'background_color'
                                         },
                                         {
-                                            xtype: 'FieldSet',
+                                            xtype: 'DisplayField',
                                             xns: Roo.form,
-                                            items : [
-                                                {
-                                                    xtype: 'DisplayField',
-                                                    xns: Roo.form,
-                                                    fieldLabel : 'Logo Image',
-                                                    icon : 'rootURL + \'images/default/dd/drop-add.gif\''
-                                                }
-                                            ]
+                                            fieldLabel : 'Logo Image',
+                                            icon : 'rootURL + \'images/default/dd/drop-add.gif\''
                                         }
                                     ]
                                 }