Pman.Tab.AdminCompanies.js
authorAlan Knowles <alan@akbkhome.com>
Thu, 12 May 2011 08:02:03 +0000 (16:02 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 12 May 2011 08:02:03 +0000 (16:02 +0800)
Pman.Tab.AdminCompanies.js

index 53cda90..3891a9f 100644 (file)
@@ -390,6 +390,18 @@ Pman.Tab.AdminCompanies = new Roo.util.Observable({
                                         xtype: 'TextField',
                                         xns: Roo.form
                                     },
+                                    {
+                                        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'
+                                    },
                                     {
                                         xtype: 'Fill',
                                         xns: Roo.Toolbar