From ab8e5e60a96e538492bc4376042f69699afd6faf Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 12 May 2011 18:15:28 +0800 Subject: [PATCH] Pman.Tab.AdminContacts.js --- Pman.Tab.AdminContacts.js | 32 -------------------------------- 1 file changed, 32 deletions(-) diff --git a/Pman.Tab.AdminContacts.js b/Pman.Tab.AdminContacts.js index 11c8e90..79ac008 100644 --- a/Pman.Tab.AdminContacts.js +++ b/Pman.Tab.AdminContacts.js @@ -495,38 +495,6 @@ Pman.Tab.AdminContacts = new Roo.util.Observable({ xtype: 'Toolbar', xns: Roo, items : [ - { - xtype: 'Button', - xns: Roo.Toolbar, - listeners : { - click : function() - { - - _this.dialog.show( { id : 0 } , function() { - _this.grid.footer.onClick('first'); - }); - } - }, - cls : 'x-btn-text-icon', - text : "Add", - icon : Roo.rootURL + 'images/default/dd/drop-add.gif' - }, - { - xtype: 'Button', - xns: Roo.Toolbar, - listeners : { - click : function() - { - - Pman.Dialog.PersonBulkAdd.show( { id : 0 } , function() { - _this.grid.footer.onClick('first'); - }); - } - }, - cls : 'x-btn-text-icon', - text : "Bulk Add", - icon : Roo.rootURL + 'images/default/dd/drop-add.gif' - }, { xtype: 'Button', xns: Roo.Toolbar, -- 2.39.2