From d04eccd57c5f0139e3f3a4983a394369cc646054 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 14 Jan 2011 15:42:05 +0800 Subject: [PATCH] Pman.Tab.AdminContactsGroup.js --- Pman.Tab.AdminContactsGroup.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Pman.Tab.AdminContactsGroup.js b/Pman.Tab.AdminContactsGroup.js index 7e63bf5..5591205 100644 --- a/Pman.Tab.AdminContactsGroup.js +++ b/Pman.Tab.AdminContactsGroup.js @@ -202,11 +202,8 @@ Pman.Tab.AdminContactsGroup = new Roo.util.Observable({ } }, { - xtype: 'Button', + xtype: 'ITem', xns: Roo.Toolbar, - text : "Edit", - cls : 'x-btn-text-icon', - icon : Roo.rootURL + 'images/default/tree/leaf.gif', listeners : { click : function() { @@ -221,7 +218,10 @@ Pman.Tab.AdminContactsGroup = new Roo.util.Observable({ }); } - } + }, + cls : 'x-btn-text-icon', + text : "Edit", + icon : Roo.rootURL + 'images/default/tree/leaf.gif' }, { xtype: 'Button', -- 2.39.2