From 6afb31ac9962fc74c9f74f2b55b3c337f09e2c01 Mon Sep 17 00:00:00 2001 From: Chris Date: Wed, 12 Sep 2012 14:19:31 +0800 Subject: [PATCH] Pman.Dialog.CoreCompanies.bjs Pman.Dialog.CoreCompanies.js --- Pman.Dialog.CoreCompanies.bjs | 4 ++-- Pman.Dialog.CoreCompanies.js | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Pman.Dialog.CoreCompanies.bjs b/Pman.Dialog.CoreCompanies.bjs index 919ee112..2ee1f7a3 100644 --- a/Pman.Dialog.CoreCompanies.bjs +++ b/Pman.Dialog.CoreCompanies.bjs @@ -157,12 +157,12 @@ "|xns": "Roo.form" }, { - "style": "border: 1px solid #ccc;", "fieldLabel": "Logo Image", "height": 170, "icon": "rootURL + 'images/default/dd/drop-add.gif'", + "style": "border: 1px solid #ccc;", "width": 170, - "xtype": "DisplayImage", + "xtype": "DisplayField", "|xns": "Roo.form" } ] diff --git a/Pman.Dialog.CoreCompanies.js b/Pman.Dialog.CoreCompanies.js index 467dffef..8e6088a1 100644 --- a/Pman.Dialog.CoreCompanies.js +++ b/Pman.Dialog.CoreCompanies.js @@ -204,12 +204,12 @@ Pman.Dialog.CoreCompanies = { name : 'background_color' }, { - xtype: 'DisplayImage', + xtype: 'DisplayField', xns: Roo.form, - style : 'border: 1px solid #ccc;', fieldLabel : 'Logo Image', height : 170, icon : 'rootURL + \'images/default/dd/drop-add.gif\'', + style : 'border: 1px solid #ccc;', width : 170 } ] -- 2.39.2