From 4398845fc7382310605bc26ea2b179c537732251 Mon Sep 17 00:00:00 2001 From: Chris Date: Tue, 3 Jul 2012 11:21:46 +0800 Subject: [PATCH] Pman.Tab.AdminContacts.bjs Pman.Tab.AdminContacts.js --- Pman.Tab.AdminContacts.bjs | 2 +- Pman.Tab.AdminContacts.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Pman.Tab.AdminContacts.bjs b/Pman.Tab.AdminContacts.bjs index 61cf6c2..bfef2b4 100644 --- a/Pman.Tab.AdminContacts.bjs +++ b/Pman.Tab.AdminContacts.bjs @@ -184,7 +184,7 @@ { "listeners": { "toggle": "function (_self, pressed)\n{\n _this.grid.footer.onClick('first');\n this.setText(pressed ? \"Show Active\" : \"Show No Company\");\n \n \n}", - "render": "function (_self)\n{\n _this.activeButton = _self;\n}" + "render": "function (_self)\n{\n _this.active_company_button = _self;\n}" }, "enableToggle": true, "text": "Show No Company", diff --git a/Pman.Tab.AdminContacts.js b/Pman.Tab.AdminContacts.js index 53cac4d..523cc1a 100644 --- a/Pman.Tab.AdminContacts.js +++ b/Pman.Tab.AdminContacts.js @@ -625,7 +625,7 @@ Pman.Tab.AdminContacts = new Roo.XComponent({ }, render : function (_self) { - _this.activeButton = _self; + _this.active_company_button = _self; } }, enableToggle : true, -- 2.39.2