r9916 - apps/gobi/trunk/code/AdminPage

[email protected] Thu, 17 Sep 2009 15:22:59 +0200 (CEST)
Newsgroups gmane.comp.java.helma.cvs
Message-ID <20090917132259.0E3723D0E3@mia>
Author: hannes
Date: 2009-09-17 15:22:58 +0200 (Thu, 17 Sep 2009)
New Revision: 9916

Modified:
   apps/gobi/trunk/code/AdminPage/AdminPage.js
Log:
Remove obsolete manage action link

Details at http://dev.helma.org/trac/helma/changeset/9916

Modified: apps/gobi/trunk/code/AdminPage/AdminPage.js
===================================================================
--- apps/gobi/trunk/code/AdminPage/AdminPage.js	2009-09-17 13:11:51 UTC (rev 9915)
+++ apps/gobi/trunk/code/AdminPage/AdminPage.js	2009-09-17 13:22:58 UTC (rev 9916)
@@ -9,7 +9,6 @@
 this._actions = new LookupList([
     new Action("main", {category: MANAGE, label: "Main View"}),
     new Action("create", {category: MANAGE, label: "Create New Child Page"}),
-    new Action("manage", {category: MANAGE, label: "Manage Page"}),
     new Action("move", {category: MANAGE}),
     new Action("delete", {category: MANAGE})
 ]);