From: Alan Knowles Date: Fri, 14 Jan 2011 07:42:05 +0000 (+0800) Subject: Pman.Tab.AdminContactsGroup.js X-Git-Url: http://git.roojs.org/?p=Pman.Admin;a=commitdiff_plain;h=d04eccd57c5f0139e3f3a4983a394369cc646054 Pman.Tab.AdminContactsGroup.js --- 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',