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

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

index 04e71ee..0abe83c 100644 (file)
                                 },
                                 {
                                     "listeners": {
-                                        "toggle": "function (_self, pressed)\n{\n   _this.grid.footer.onClick('first');\n   this.setText(pressed ? \"Show Active\" : \"Show No Company\");\n   \n   \n}",
+                                        "toggle": "function (_self, pressed)\n{\n   _this.grid.footer.onClick('first');\n   this.setText(pressed ? \"Show Company\" : \"Show No Company\");\n   \n   \n}",
                                         "render": "function (_self)\n{\n  _this.active_company_button = _self;\n}"
                                     },
                                     "enableToggle": true,
index aff5247..018eaf7 100644 (file)
@@ -624,7 +624,7 @@ Pman.Tab.AdminContacts = new Roo.XComponent({
                                 toggle : function (_self, pressed)
                                 {
                                    _this.grid.footer.onClick('first');
-                                   this.setText(pressed ? "Show Active" : "Show No Company");
+                                   this.setText(pressed ? "Show Company" : "Show No Company");
                                    
                                    
                                 },