From: Chris Date: Tue, 3 Jul 2012 03:18:41 +0000 (+0800) Subject: Pman.Tab.AdminContacts.bjs X-Git-Url: http://git.roojs.org/?p=Pman.Admin;a=commitdiff_plain;h=f89fe5b1d2c72d6c671fef9038f61b0702ec188d Pman.Tab.AdminContacts.bjs Pman.Tab.AdminContacts.js --- diff --git a/Pman.Tab.AdminContacts.bjs b/Pman.Tab.AdminContacts.bjs index 902e5dc..61cf6c2 100644 --- a/Pman.Tab.AdminContacts.bjs +++ b/Pman.Tab.AdminContacts.bjs @@ -183,7 +183,7 @@ }, { "listeners": { - "toggle": "function (_self, pressed)\n{\n _this.grid.footer.onClick('first');\n this.setText(pressed ? \"Show Active\" : \"Show Removed\");\n \n \n}", + "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}" }, "enableToggle": true, diff --git a/Pman.Tab.AdminContacts.js b/Pman.Tab.AdminContacts.js index e27b77b..53cac4d 100644 --- a/Pman.Tab.AdminContacts.js +++ b/Pman.Tab.AdminContacts.js @@ -619,7 +619,7 @@ Pman.Tab.AdminContacts = new Roo.XComponent({ toggle : function (_self, pressed) { _this.grid.footer.onClick('first'); - this.setText(pressed ? "Show Active" : "Show Removed"); + this.setText(pressed ? "Show Active" : "Show No Company"); },