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

index 642ad62..e3f3f9a 100644 (file)
@@ -224,17 +224,17 @@ Pman.Tab.AdminContactsGroup = new Roo.util.Observable({
                             }
                         },
                         {
-                            xtype: 'Button',
+                            xtype: 'Item',
                             xns: Roo.Toolbar,
-                            text : "Delete",
-                            cls : 'x-btn-text-icon',
-                            icon : rootURL + '/Pman/templates/images/trash.gif',
                             listeners : {
                                 click : function()
                                 {
                                      Pman.genericDelete(_this, 'Groups'); 
                                 }
-                            }
+                            },
+                            cls : 'x-btn-text-icon',
+                            text : "Delete",
+                            icon : rootURL + '/Pman/templates/images/trash.gif'
                         }
                     ]
                 },