[Zope3-checkins] CVS: Zope3/src/zope/app/browser/utilities -
configure.zcml:1.7
Anthony Baxter
anthony at interlink.com.au
Sun Feb 8 20:13:32 EST 2004
Update of /cvs-repository/Zope3/src/zope/app/browser/utilities
In directory cvs.zope.org:/tmp/cvs-serv6083/src/zope/app/browser/utilities
Modified Files:
configure.zcml
Log Message:
menuItem is dead. long live addMenuItem
=== Zope3/src/zope/app/browser/utilities/configure.zcml 1.6 => 1.7 ===
--- Zope3/src/zope/app/browser/utilities/configure.zcml:1.6 Tue Dec 23 11:33:42 2003
+++ Zope3/src/zope/app/browser/utilities/configure.zcml Sun Feb 8 20:13:32 2004
@@ -35,26 +35,12 @@
fields="name interface componentPath permission status"
usage="addingdialog" />
-
- <!-- Menu entry for "add component" menu -->
- <menuItem
- for="zope.app.interfaces.container.IAdding"
- menu="add_component"
- action="zope.app.utilities.schema.SchemaUtility"
- title="Mutable Schema"
- description="A Persistent Schema that can be edited through the web"
- permission="zope.ManageServices"
- />
-
- <!-- Menu entry for "add utility" menu -->
- <menuItem
- for="zope.app.interfaces.container.IAdding"
- menu="add_utility"
- action="zope.app.utilities.schema.SchemaUtility"
- title="Mutable Schema"
- description="A Persistent Schema that can be edited through the web"
- permission="zope.ManageServices"
- />
+ <addMenuItem
+ title="Mutable Schema"
+ description="A Persistent Schema that can be edited through the web"
+ class="zope.app.utilities.schema.SchemaUtility"
+ permission="zope.ManageServices"
+ />
<defaultView
More information about the Zope3-Checkins
mailing list