Pman.Tab.AdminContacts.bjs
authorChris <chris@roojs.com>
Tue, 3 Jul 2012 03:18:41 +0000 (11:18 +0800)
committerChris <chris@roojs.com>
Tue, 3 Jul 2012 03:18:41 +0000 (11:18 +0800)
Pman.Tab.AdminContacts.js

Pman.Tab.AdminContacts.bjs
Pman.Tab.AdminContacts.js

index 902e5dc..61cf6c2 100644 (file)
                                 },
                                 {
                                     "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,
index e27b77b..53cac4d 100644 (file)
@@ -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");
                                    
                                    
                                 },