[Zope3-checkins] CVS: Zope3/src/zope/app/browser/index/keyword - __init__.py:1.1 configure.zcml:1.1

Anthony Baxter anthony at interlink.com.au
Tue Aug 5 08:34:46 EDT 2003


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

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


=== Added File Zope3/src/zope/app/browser/index/keyword/__init__.py ===
#
# This file is necessary to make this directory a package.


=== Added File Zope3/src/zope/app/browser/index/keyword/configure.zcml ===
<configure
   xmlns='http://namespaces.zope.org/zope'
   xmlns:browser='http://namespaces.zope.org/browser'
   i18n_domain='zope'
   >

  <browser:editform
    name="edit.html"
    schema="zope.app.interfaces.index.keyword.IUIKeywordCatalogIndex"
    label="Edit Keyword Index"
    permission="zope.ManageContent"
  />

  <browser:menuItems menu="zmi_views"
         for="zope.app.interfaces.index.keyword.IUIKeywordCatalogIndex">
    <menuItem title="Edit" action="edit.html"/>
  </browser:menuItems>


</configure>




More information about the Zope3-Checkins mailing list