[Zope3-checkins] CVS: Zope3/src/zope/app/browser - menus.zcml:1.18
Anthony Baxter
anthony at interlink.com.au
Mon Feb 9 00:35:47 EST 2004
Update of /cvs-repository/Zope3/src/zope/app/browser
In directory cvs.zope.org:/tmp/cvs-serv23525/app/browser
Modified Files:
menus.zcml
Log Message:
The add_utility and add_service menus are now entirely removed. All
items that used them have been switched to use addMenuItem, instead.
Removed a last trace of the SQL Connection Service, and also removed
the add interface for deprecated Role Service.
=== Zope3/src/zope/app/browser/menus.zcml 1.17 => 1.18 ===
--- Zope3/src/zope/app/browser/menus.zcml:1.17 Sat Feb 7 23:20:36 2004
+++ Zope3/src/zope/app/browser/menus.zcml Mon Feb 9 00:35:16 2004
@@ -47,17 +47,6 @@
title="Menu of addable configuration objects"
usage="addingdialog" />
- <menu
- id="add_service"
- title="Menu of services to be added"
- usage="addingdialog" />
-
- <menu
- id="add_utility"
- title="Menu of utilities to be added"
- usage="addingdialog" />
-
-
<!-- Management view selector -->
<!-- Get first accessable item from zmi_views menu -->
<page
More information about the Zope3-Checkins
mailing list