[Zope3-checkins] CVS: Zope3/lib/python/Zope/App/OFS/Services/AuthenticationService/Views/Browser - configure.zcml:1.2
Jim Fulton
jim@zope.com
Thu, 17 Oct 2002 08:51:49 -0400
Update of /cvs-repository/Zope3/lib/python/Zope/App/OFS/Services/AuthenticationService/Views/Browser
In directory cvs.zope.org:/tmp/cvs-serv16545
Modified Files:
configure.zcml
Log Message:
Changed to use the contents page, rather than the index page as the
default view for the service.
=== Zope3/lib/python/Zope/App/OFS/Services/AuthenticationService/Views/Browser/configure.zcml 1.1 => 1.2 ===
--- Zope3/lib/python/Zope/App/OFS/Services/AuthenticationService/Views/Browser/configure.zcml:1.1 Sat Jul 13 12:52:58 2002
+++ Zope3/lib/python/Zope/App/OFS/Services/AuthenticationService/Views/Browser/configure.zcml Thu Oct 17 08:51:49 2002
@@ -10,14 +10,14 @@
<browser:defaultView
for=".AuthenticationService.ILocalAuthenticationService"
- name="index.html" />
+ name="contents.html" />
<browser:view
permission="Zope.ManageServices"
for=".AuthenticationService.ILocalAuthenticationService"
factory="Zope.App.OFS.Container.Views.Browser.Contents.">
- <browser:page name="index.html" attribute="index" />
+ <browser:page name="contents.html" attribute="contents" />
</browser:view>