Pman.Tab.AdminProjectManager.js
authorAlan Knowles <alan@akbkhome.com>
Fri, 25 Feb 2011 07:25:15 +0000 (15:25 +0800)
committerAlan Knowles <alan@akbkhome.com>
Fri, 25 Feb 2011 07:25:15 +0000 (15:25 +0800)
Pman.Tab.AdminProjectManager.js

index cca3e55..0cec507 100644 (file)
@@ -553,19 +553,6 @@ Pman.Tab.AdminProjectManager = new Roo.util.Observable({
                                                 
                                             }
                                         }
-                                    },
-                                    {
-                                        xtype: 'Button',
-                                        xns: Roo.Toolbar,
-                                        text : "Delete",
-                                        cls : 'x-btn-text-icon',
-                                        icon : rootURL + '/Pman/templates/images/trash.gif',
-                                        listeners : {
-                                            click : function()
-                                            {
-                                                 Pman.genericDelete(_this, 'Projects'); 
-                                            }
-                                        }
                                     }
                                 ]
                             },