[Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/container/browser/configure.zcml
Remove last reference to IContentContainer in ZCML by removing the
Stephan Richter
srichter at cosmos.phy.tufts.edu
Tue Jan 3 13:27:58 EST 2006
Log message for revision 41106:
Remove last reference to IContentContainer in ZCML by removing the
registration. The point of IContentContainer was to not generically
register the adding view for all containers.
Changed:
U Zope3/trunk/src/zope/app/container/browser/configure.zcml
-=-
Modified: Zope3/trunk/src/zope/app/container/browser/configure.zcml
===================================================================
--- Zope3/trunk/src/zope/app/container/browser/configure.zcml 2006-01-03 18:26:40 UTC (rev 41105)
+++ Zope3/trunk/src/zope/app/container/browser/configure.zcml 2006-01-03 18:27:58 UTC (rev 41106)
@@ -2,19 +2,6 @@
xmlns:zope="http://namespaces.zope.org/zope"
xmlns="http://namespaces.zope.org/browser">
- <view
- for="zope.app.container.interfaces.IContentContainer"
- name="+"
- menu="zmi_actions" title="Add"
- class="zope.app.container.browser.adding.ContentAdding"
- permission="zope.ManageContent"
- allowed_attributes="addingInfo isSingleMenuItem hasCustomAddView">
-
- <page name="index.html" template="add.pt" />
- <page name="action.html" attribute="action" />
-
- </view>
-
<page
for="zope.app.container.interfaces.IReadContainer"
name="find.html"
More information about the Zope3-Checkins
mailing list