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

Philipp von Weitershausen philikon at philikon.de
Tue Mar 2 09:40:08 EST 2004


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

Added Files:
	__init__.py configure.zcml 
Log Message:
Moved index interfaces and browser views to zope.app.index.


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


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

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

</zope:configure>




More information about the Zope3-Checkins mailing list