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

index 684dbb7..c0d0506 100644 (file)
                                                     "xtype": "Item",
                                                     "|icon": "Roo.rootURL + 'images/default/tree/leaf.gif'",
                                                     "|xns": "Roo.menu"
+                                                },
+                                                {
+                                                    "listeners": {
+                                                        "|click": "function()\n{\n     Pman.genericDelete(_this, 'Groups'); \n}\n        "
+                                                    },
+                                                    "cls": "x-btn-text-icon",
+                                                    "text": "Delete",
+                                                    "xtype": "Item",
+                                                    "|icon": "rootURL + '/Pman/templates/images/trash.gif'",
+                                                    "|xns": "Roo.menu"
                                                 }
                                             ]
                                         }
                                     ]
-                                },
-                                {
-                                    "listeners": {
-                                        "|click": "function()\n{\n     Pman.genericDelete(_this, 'Groups'); \n}\n        "
-                                    },
-                                    "cls": "x-btn-text-icon",
-                                    "text": "Delete",
-                                    "xtype": "Item",
-                                    "|icon": "rootURL + '/Pman/templates/images/trash.gif'",
-                                    "|xns": "Roo.Toolbar"
                                 }
                             ]
                         },