Pman.Tab.AdminContactsGroup.js
authorAlan Knowles <alan@akbkhome.com>
Fri, 14 Jan 2011 07:41:29 +0000 (15:41 +0800)
committerAlan Knowles <alan@akbkhome.com>
Fri, 14 Jan 2011 07:41:29 +0000 (15:41 +0800)
Pman.Tab.AdminContactsGroup.js

index 7216d91..43b8d32 100644 (file)
@@ -186,9 +186,6 @@ Pman.Tab.AdminContactsGroup = new Roo.util.Observable({
                         {
                             xtype: 'Button',
                             xns: Roo.Toolbar,
-                            text : "Add",
-                            cls : 'x-btn-text-icon',
-                            icon : Roo.rootURL + 'images/default/dd/drop-add.gif',
                             listeners : {
                                 click : function()
                                 {
@@ -197,7 +194,10 @@ Pman.Tab.AdminContactsGroup = new Roo.util.Observable({
                                         _this.grid.footer.onClick('first');
                                    }); 
                                 }
-                            }
+                            },
+                            cls : 'x-btn-text-icon',
+                            text : "Add",
+                            icon : Roo.rootURL + 'images/default/dd/drop-add.gif'
                         },
                         {
                             xtype: 'Button',