Pman.Tab.AdminContacts.js
authorAlan Knowles <alan@akbkhome.com>
Thu, 12 May 2011 10:15:47 +0000 (18:15 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 12 May 2011 10:15:47 +0000 (18:15 +0800)
Pman.Tab.AdminContacts.js

index d9a595b..aa8e4ee 100644 (file)
@@ -624,25 +624,6 @@ Pman.Tab.AdminContacts = new Roo.util.Observable({
                             cls : 'x-btn-text-icon',
                             text : "Edit",
                             icon : Roo.rootURL + 'images/default/tree/leaf.gif'
-                        },
-                        {
-                            xtype: 'Button',
-                            xns: Roo.Toolbar,
-                            listeners : {
-                                toggle : function (_self, pressed)
-                                {
-                                   _this.grid.footer.onClick('first');
-                                   this.setText(pressed ? "Show Active" : "Show Removed");
-                                   
-                                   
-                                },
-                                render : function (_self)
-                                {
-                                  _this.activeButton = _self;
-                                }
-                            },
-                            enableToggle : true,
-                            text : "Show Removed"
                         }
                     ]
                 },