[Zope3-checkins] CVS: Zope3/src/zope/app/browser/container - configure.zcml:1.11

Jim Fulton jim@zope.com
Thu, 12 Jun 2003 05:30:14 -0400


Update of /cvs-repository/Zope3/src/zope/app/browser/container
In directory cvs.zope.org:/tmp/cvs-serv26375/src/zope/app/browser/container

Modified Files:
	configure.zcml 
Log Message:
Removed the contents view registration for all IContainers, since not
all IContainers want thie same contents view.


=== Zope3/src/zope/app/browser/container/configure.zcml 1.10 => 1.11 ===
--- Zope3/src/zope/app/browser/container/configure.zcml:1.10	Sun Jun  8 12:39:45 2003
+++ Zope3/src/zope/app/browser/container/configure.zcml	Thu Jun 12 05:30:13 2003
@@ -14,21 +14,6 @@
    
        </view>
 
-  <pages
-      for="zope.app.interfaces.container.IContainer"
-      permission="zope.ManageContent" 
-      class=".contents.Contents">
-
-    <page name="contents.html" attribute="contents" />
-    <page name="removeObjects.html" attribute="removeObjects" />
-    <page name="cutObjects.html" attribute="cutObjects" />
-    <page name="copyObjects.html" attribute="copyObjects" />
-    <page name="pasteObjects.html" attribute="pasteObjects" />
-    <page name="renameObjects.html" attribute="renameObjects" />
-    <page name="rename.html" attribute="rename" />
-
-  </pages>
-
   <page
       for="zope.app.interfaces.container.IReadContainer"
       name="find.html"