[Zope3-checkins] CVS: Zope3/lib/python/Zope/App/OFS/Services/ServiceManager/Views/Browser - configure.zcml:1.10
Jim Fulton
jim@zope.com
Thu, 3 Oct 2002 09:11:13 -0400
Update of /cvs-repository/Zope3/lib/python/Zope/App/OFS/Services/ServiceManager/Views/Browser
In directory cvs.zope.org:/tmp/cvs-serv16028
Modified Files:
configure.zcml
Log Message:
Changed Packages and default package links on service manager menu to
use @@SelectedManagementView,html. Also change the name of the
default Package view to contents.html.
=== Zope3/lib/python/Zope/App/OFS/Services/ServiceManager/Views/Browser/configure.zcml 1.9 => 1.10 ===
--- Zope3/lib/python/Zope/App/OFS/Services/ServiceManager/Views/Browser/configure.zcml:1.9 Wed Oct 2 18:18:00 2002
+++ Zope3/lib/python/Zope/App/OFS/Services/ServiceManager/Views/Browser/configure.zcml Thu Oct 3 09:11:12 2002
@@ -21,9 +21,12 @@
</view>
<menuItems menu="zmi_views" for=".IServiceManager.">
- <menuItem title="Services" action="@@index.html"/>
- <menuItem title="Packages" action="Packages/@@index.html"/>
- <menuItem title="Default Package" action="Packages/default/@@index.html"/>
+ <menuItem title="Services"
+ action="@@index.html"/>
+ <menuItem title="Packages"
+ action="Packages/@@SelectedManagementView.html"/>
+ <menuItem title="Default Package"
+ action="Packages/default/@@SelectedManagementView.html"/>
</menuItems>
@@ -45,7 +48,7 @@
/>
</view>
- <defaultView for=".IPackage." name="index.html" />
+ <defaultView for=".IPackage." name="contents.html" />
<view
@@ -54,7 +57,7 @@
factory="Zope.App.OFS.Container.Views.Browser.Contents."
>
- <page name="index.html" attribute="contents" />
+ <page name="contents.html" attribute="contents" />
<page name="removeObjects.html" attribute="removeObjects" />
</view>