[Zope3-checkins] CVS: Zope3/src/zope/app/browser/container -
configure.zcml:1.17
Jim Fulton
cvs-admin at zope.org
Wed Dec 3 00:40:57 EST 2003
Update of /cvs-repository/Zope3/src/zope/app/browser/container
In directory cvs.zope.org:/tmp/cvs-serv18977/src/zope/app/browser/container
Modified Files:
configure.zcml
Log Message:
Split out the adding used for content from the basic adding view.
The basic adding view uses only the standard add menu. Includion of
menu items will normally be governed by containment constraints.
=== Zope3/src/zope/app/browser/container/configure.zcml 1.16 => 1.17 ===
--- Zope3/src/zope/app/browser/container/configure.zcml:1.16 Mon Oct 6 18:08:51 2003
+++ Zope3/src/zope/app/browser/container/configure.zcml Wed Dec 3 00:40:56 2003
@@ -6,7 +6,7 @@
for="zope.app.interfaces.container.IContentContainer"
name="+"
menu="zmi_actions" title="Add"
- class="zope.app.browser.container.adding.Adding"
+ class="zope.app.browser.container.adding.ContentAdding"
permission="zope.ManageContent"
allowed_attributes="addingInfo">
More information about the Zope3-Checkins
mailing list