From 55d13ce67e4f91cff0b3aa37eecf1b7c93b65285 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 14 Jan 2011 15:04:51 +0800 Subject: [PATCH] Pman.Tab.AdminContacts.js --- Pman.Tab.AdminContacts.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Pman.Tab.AdminContacts.js b/Pman.Tab.AdminContacts.js index 16c9bd3..024be27 100644 --- a/Pman.Tab.AdminContacts.js +++ b/Pman.Tab.AdminContacts.js @@ -597,7 +597,10 @@ Pman.Tab.AdminContacts = new Roo.util.Observable({ listeners : { toggle : function (_self, pressed) { - _ + _this.grid.footer.onClick('first'); + this.setText(pressed ? "Hide Removed" : "Show Removed"); + + }, render : function (_self) { -- 2.39.2