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

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


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

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

=== Zope3/lib/python/Zope/App/OFS/Services/ConnectionService/Views/Browser/configure.zcml 1.4 => 1.5 ===
--- Zope3/lib/python/Zope/App/OFS/Services/ConnectionService/Views/Browser/configure.zcml:1.4	Thu Jul 11 14:21:30 2002
+++ Zope3/lib/python/Zope/App/OFS/Services/ConnectionService/Views/Browser/configure.zcml	Thu Oct  3 09:47:09 2002
@@ -10,14 +10,15 @@
 
   <browser:defaultView 
      for=".ConnectionService.ILocalConnectionService"
-     name="index.html" />
+     name="contents.html" />
 
   <browser:view 
      permission="Zope.ManageServices" 
      for=".ConnectionService.ILocalConnectionService"
      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>