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

index 2b5ce18..bde5242 100644 (file)
@@ -580,6 +580,18 @@ Pman.Tab.AdminProjectManager = new Roo.util.Observable({
                                                 }
                                             }
                                         }
+                                    },
+                                    {
+                                        xtype: 'Button',
+                                        xns: Roo.Toolbar,
+                                        listeners : {
+                                            click : function (_self, e)
+                                            {
+                                            _this.grid.footer.onClick('first');
+                                            }
+                                        },
+                                        cls : 'x-btn-icon',
+                                        icon : rootURL + '/Pman/templates/images/search.gif'
                                     }
                                 ]
                             },