Pman.Tab.AdminContacts.js
authorAlan Knowles <alan@akbkhome.com>
Fri, 14 Jan 2011 07:12:17 +0000 (15:12 +0800)
committerAlan Knowles <alan@akbkhome.com>
Fri, 14 Jan 2011 07:12:17 +0000 (15:12 +0800)
Pman.Tab.AdminContacts.js

index c3b0684..ce99b19 100644 (file)
@@ -598,7 +598,7 @@ Pman.Tab.AdminContacts = new Roo.util.Observable({
                                 toggle : function (_self, pressed)
                                 {
                                    _this.grid.footer.onClick('first');
-                                   this.setText(pressed ? "Hide Removed" : "Show Removed");
+                                   this.setText(pressed ? "Hide Removed" : "Show Active");
                                    
                                    
                                 },