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

Jim Fulton jim@zope.com
Thu, 21 Nov 2002 17:17:25 -0500


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

Modified Files:
      Tag: Zope3-Bangalore-TTW-Branch
	configure.zcml 
Log Message:
Added menu definitions for IPackage and IPackages so we get contents
in the list of menu items.


=== Zope3/lib/python/Zope/App/OFS/Services/ServiceManager/Views/Browser/configure.zcml 1.12.4.4 => 1.12.4.5 ===
--- Zope3/lib/python/Zope/App/OFS/Services/ServiceManager/Views/Browser/configure.zcml:1.12.4.4	Thu Nov 14 09:27:07 2002
+++ Zope3/lib/python/Zope/App/OFS/Services/ServiceManager/Views/Browser/configure.zcml	Thu Nov 21 17:17:25 2002
@@ -47,6 +47,11 @@
                   />
   </view>
 
+  <menuItems menu="zmi_views" for=".IPackages.">
+    <menuItem title="Services"
+              action="@@contents.html"/>
+  </menuItems>
+
   <defaultView for=".IPackage." name="contents.html" />
 
 
@@ -60,6 +65,10 @@
     <page name="removeObjects.html" attribute="removeObjects" />
    </view>
 
+  <menuItems menu="zmi_views" for=".IPackage.">
+    <menuItem title="Services"
+              action="@@contents.html"/>
+  </menuItems>
 
    <menu id="add_component" 
                  title="Menu of objects to be added to service managers"
@@ -162,4 +171,4 @@
     <menuItem title="Configuration" action="" />
  </menuItems>
 
-</zope:zopeConfigure>
\ No newline at end of file
+</zope:zopeConfigure>