[Zope3-checkins] CVS: Zope3/src/zope/app/browser/index/field - configure.zcml:1.4

Anthony Baxter anthony at interlink.com.au
Tue Aug 5 08:35:13 EDT 2003


Update of /cvs-repository/Zope3/src/zope/app/browser/index/field
In directory cvs.zope.org:/tmp/cvs-serv20088/app/browser/index/field

Modified Files:
	configure.zcml 
Log Message:
Provide basic TTW editing of (Keyword,Field,Text)Catalog indexes, allowing
you to change the interface and field names.


=== Zope3/src/zope/app/browser/index/field/configure.zcml 1.3 => 1.4 ===
--- Zope3/src/zope/app/browser/index/field/configure.zcml:1.3	Sun Aug  3 13:49:14 2003
+++ Zope3/src/zope/app/browser/index/field/configure.zcml	Tue Aug  5 07:34:37 2003
@@ -23,4 +23,17 @@
     class=".control.ControlView"
     template="control.pt" />
 
+  <browser:editform
+    name="edit.html"
+    schema="zope.app.interfaces.index.field.IUIFieldCatalogIndex"
+    label="Edit Field Index"
+    permission="zope.ManageContent"
+  />
+
+  <browser:menuItems menu="zmi_views"
+         for="zope.app.interfaces.index.field.IUIFieldCatalogIndex">
+    <menuItem title="Edit" action="edit.html"/>
+  </browser:menuItems>
+
+
 </configure>




More information about the Zope3-Checkins mailing list