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

index 3b44efe..346ee44 100644 (file)
@@ -448,9 +448,6 @@ Pman.Tab.AdminCompanies = new Roo.util.Observable({
                                     {
                                         xtype: 'Button',
                                         xns: Roo.Toolbar,
-                                        text : "Edit",
-                                        cls : 'x-btn-text-icon',
-                                        icon : Roo.rootURL + 'images/default/tree/leaf.gif',
                                         listeners : {
                                             click : function()
                                             {
@@ -465,7 +462,10 @@ Pman.Tab.AdminCompanies = new Roo.util.Observable({
                                                 }); 
                                                 
                                             }
-                                        }
+                                        },
+                                        cls : 'x-btn-text-icon',
+                                        text : "Edit",
+                                        icon : Roo.rootURL + 'images/default/tree/leaf.gif'
                                     },
                                     {
                                         xtype: 'Button',