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

index 7e63bf5..5591205 100644 (file)
@@ -202,11 +202,8 @@ Pman.Tab.AdminContactsGroup = new Roo.util.Observable({
                             }
                         },
                         {
-                            xtype: 'Button',
+                            xtype: 'ITem',
                             xns: Roo.Toolbar,
-                            text : "Edit",
-                            cls : 'x-btn-text-icon',
-                            icon : Roo.rootURL + 'images/default/tree/leaf.gif',
                             listeners : {
                                 click : function()
                                 {
@@ -221,7 +218,10 @@ Pman.Tab.AdminContactsGroup = new Roo.util.Observable({
                                     }); 
                                     
                                 }
-                            }
+                            },
+                            cls : 'x-btn-text-icon',
+                            text : "Edit",
+                            icon : Roo.rootURL + 'images/default/tree/leaf.gif'
                         },
                         {
                             xtype: 'Button',