[Zope3-checkins] SVN: Zope3/trunk/src/zope/app/menus.zcml The
Browser Menu Service is gone.
Stephan Richter
srichter at cosmos.phy.tufts.edu
Thu Sep 23 10:47:33 EDT 2004
Log message for revision 27650:
The Browser Menu Service is gone.
Specify an interface for the add menu. We will use the interface for the
internals.
Changed:
U Zope3/trunk/src/zope/app/menus.zcml
-=-
Modified: Zope3/trunk/src/zope/app/menus.zcml
===================================================================
--- Zope3/trunk/src/zope/app/menus.zcml 2004-09-23 14:47:30 UTC (rev 27649)
+++ Zope3/trunk/src/zope/app/menus.zcml 2004-09-23 14:47:32 UTC (rev 27650)
@@ -21,6 +21,7 @@
<menu
id="zope.app.container.add"
title="Menu for objects to be added according to containment constraints"
+ interface="zope.app.publisher.interfaces.browser.AddMenu"
/>
<menu
More information about the Zope3-Checkins
mailing list