[Zope3-checkins] CVS: Zope3/src/zope/app/browser/catalog - configure.zcml:1.12

Anthony Baxter anthony at interlink.com.au
Sat Feb 7 23:59:21 EST 2004


Update of /cvs-repository/Zope3/src/zope/app/browser/catalog
In directory cvs.zope.org:/tmp/cvs-serv2561

Modified Files:
	configure.zcml 
Log Message:
catalog -> utility menu


=== Zope3/src/zope/app/browser/catalog/configure.zcml 1.11 => 1.12 ===
--- Zope3/src/zope/app/browser/catalog/configure.zcml:1.11	Sun Dec  7 05:04:47 2003
+++ Zope3/src/zope/app/browser/catalog/configure.zcml	Sat Feb  7 23:59:20 2004
@@ -20,8 +20,17 @@
       action="zope.app.catalogutility"
       title="Catalog"
       for="zope.app.interfaces.container.IAdding"
+      description="A Catalog allows indexing and searching of objects"
       permission="zope.ManageServices" />
-  
+
+  <menuItem
+      menu="add_utility"
+      action="zope.app.catalogutility"
+      title="Catalog"
+      for="zope.app.interfaces.container.IAdding"
+      description="A Catalog allows indexing and searching of objects"
+      permission="zope.ManageServices" />
+
   <!-- Standard container 'contents' tab -->
   <page
       for="zope.app.interfaces.catalog.catalog.ICatalog"




More information about the Zope3-Checkins mailing list