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

Marius Gedminas mgedmin@codeworks.lt
Thu, 3 Oct 2002 09:47:30 -0400


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

Modified Files:
	configure.zcml 
Log Message:
Fix management views

=== Zope3/lib/python/Zope/App/OFS/Services/CachingService/Views/Browser/configure.zcml 1.2 => 1.3 ===
--- Zope3/lib/python/Zope/App/OFS/Services/CachingService/Views/Browser/configure.zcml:1.2	Thu Oct  3 09:06:00 2002
+++ Zope3/lib/python/Zope/App/OFS/Services/CachingService/Views/Browser/configure.zcml	Thu Oct  3 09:47:30 2002
@@ -8,14 +8,15 @@
 
   <browser:defaultView
      for=".CachingService.ILocalCachingService"
-     name="index.html" />
+     name="contents.html" />
 
   <browser:view
      permission="Zope.ManageServices"
      for=".CachingService.ILocalCachingService"
      factory="Zope.App.OFS.Container.Views.Browser.Contents.">
 
-     <browser:page name="index.html" attribute="index" />
+     <browser:page name="contents.html" attribute="contents" />
+     <browser:page name="removeObjects.html" attribute="removeObjects" />
 
   </browser:view>