From: Alan Knowles Date: Fri, 14 Jan 2011 07:42:31 +0000 (+0800) Subject: Pman.Tab.AdminContactsGroup.js X-Git-Url: http://git.roojs.org/?p=Pman.Admin;a=commitdiff_plain;h=43e9412410472334200f01d0a06e3173bfe8ce43 Pman.Tab.AdminContactsGroup.js --- diff --git a/Pman.Tab.AdminContactsGroup.js b/Pman.Tab.AdminContactsGroup.js index 642ad62..e3f3f9a 100644 --- a/Pman.Tab.AdminContactsGroup.js +++ b/Pman.Tab.AdminContactsGroup.js @@ -224,17 +224,17 @@ Pman.Tab.AdminContactsGroup = new Roo.util.Observable({ } }, { - xtype: 'Button', + xtype: 'Item', xns: Roo.Toolbar, - text : "Delete", - cls : 'x-btn-text-icon', - icon : rootURL + '/Pman/templates/images/trash.gif', listeners : { click : function() { Pman.genericDelete(_this, 'Groups'); } - } + }, + cls : 'x-btn-text-icon', + text : "Delete", + icon : rootURL + '/Pman/templates/images/trash.gif' } ] },