Pman.Tab.AdminProjectManager.js
authorAlan Knowles <alan@akbkhome.com>
Fri, 25 Feb 2011 07:30:42 +0000 (15:30 +0800)
committerAlan Knowles <alan@akbkhome.com>
Fri, 25 Feb 2011 07:30:42 +0000 (15:30 +0800)
Pman.Tab.AdminProjectManager.js

index a39dc6a..f2765d5 100644 (file)
@@ -618,14 +618,16 @@ Pman.Tab.AdminProjectManager = new Roo.util.Observable({
                                     {
                                         xtype: 'Button',
                                         xns: Roo.Toolbar,
-                                        text : "All",
-                                        toggleGroup : 'pgrp',
                                         listeners : {
                                             render : function (_self)
                                             {
-                                            
+                                                if (st) { _this.grid.filter = 'P,N,U'; } 
+                                                _this.grid.footer.onClick('first');
+                                                 
                                             }
-                                        }
+                                        },
+                                        text : "All",
+                                        toggleGroup : 'pgrp'
                                     }
                                 ]
                             },