[Zope3-checkins] CVS: Zope3/src/zope/app - menus.zcml:1.1

Stephan Richter srichter at cosmos.phy.tufts.edu
Wed Mar 10 18:11:03 EST 2004


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

Added Files:
	menus.zcml 
Log Message:


Moved menu declarations all the way up; they have nothing todo with the local
browser menu service implementation.




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

  <menu
      id="zmi_views"
      title="Menu for displaying alternate representations of an object"
      usage="objectview" />

  <menu
      id="zmi_actions"
      title="Menu for displaying actions to be performed"
      usage="activitydialog" />

  <menu
      id="add_cache"
      title="Menu of caches to be added"
      usage="addingdialog" />

  <menu
      id="add_content"
      title="Menu of objects to be added to content folders"
      usage="addingdialog" />

  <menu
      id="zope.app.container.add"
      title="Menu for objects to be added according to containment constraints"
      usage="addingdialog" />

  <menu
      id="add_component"
      title="Menu of objects to be added to site management folders"
      usage="addingdialog" />

  <menu
      id="add_connection"
      title="Menu of database connections to be added"
      usage="addingdialog" />

  <menu
      id="add_registration"
      title="Menu of addable configuration objects"
      usage="addingdialog" />

</zope:configure>




More information about the Zope3-Checkins mailing list