From 54eb0faa1ff47ab15492f47e42e4ddf8f0704cdb Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 14 Jan 2011 15:42:38 +0800 Subject: [PATCH] Pman.Tab.AdminContactsGroup.js --- Pman.Tab.AdminContactsGroup.js | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/Pman.Tab.AdminContactsGroup.js b/Pman.Tab.AdminContactsGroup.js index e3f3f9a..61950cb 100644 --- a/Pman.Tab.AdminContactsGroup.js +++ b/Pman.Tab.AdminContactsGroup.js @@ -219,22 +219,22 @@ Pman.Tab.AdminContactsGroup = new Roo.util.Observable({ cls : 'x-btn-text-icon', text : "Edit", icon : Roo.rootURL + 'images/default/tree/leaf.gif' + }, + { + xtype: 'Item', + xns: Roo.menu, + listeners : { + click : function() + { + Pman.genericDelete(_this, 'Groups'); + } + }, + cls : 'x-btn-text-icon', + text : "Delete", + icon : rootURL + '/Pman/templates/images/trash.gif' } ] } - }, - { - xtype: 'Item', - xns: Roo.Toolbar, - listeners : { - click : function() - { - Pman.genericDelete(_this, 'Groups'); - } - }, - cls : 'x-btn-text-icon', - text : "Delete", - icon : rootURL + '/Pman/templates/images/trash.gif' } ] }, -- 2.39.2