[Zope3-checkins] CVS: Zope3/lib/python/Zope/App/OFS/Services/ServiceManager/Views/Browser - configure.zcml:1.8

Jim Fulton jim@zope.com
Wed, 2 Oct 2002 15:01:45 -0400


Update of /cvs-repository/Zope3/lib/python/Zope/App/OFS/Services/ServiceManager/Views/Browser
In directory cvs.zope.org:/tmp/cvs-serv4629

Modified Files:
	configure.zcml 
Log Message:
Changed the index.html for Packages to use the context attribute
inherited from the base container contents.


=== Zope3/lib/python/Zope/App/OFS/Services/ServiceManager/Views/Browser/configure.zcml 1.7 => 1.8 ===
--- Zope3/lib/python/Zope/App/OFS/Services/ServiceManager/Views/Browser/configure.zcml:1.7	Thu Jul 11 14:21:32 2002
+++ Zope3/lib/python/Zope/App/OFS/Services/ServiceManager/Views/Browser/configure.zcml	Wed Oct  2 15:01:45 2002
@@ -54,7 +54,7 @@
      factory="Zope.App.OFS.Container.Views.Browser.Contents."
      >
 
-    <page name="index.html" attribute="index" />
+    <page name="index.html" attribute="contents" />
     <page name="removeObjects.html" attribute="removeObjects" />
    </view>