[Zope3-checkins] CVS: Zope3/src/zope/app/browser/applicationcontrol - configure.zcml:1.10

Philipp von Weitershausen philikon at philikon.de
Tue Feb 24 11:51:58 EST 2004


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

Modified Files:
	configure.zcml 
Log Message:


This menu item was originally defined for IRootFolder in Folder's set
of configuration directives. It really is not about setting up
something Folder wants or needs, it's about setting up the Application
Controller. Thus it should be in this file. Also, don't register it
for the too-specific IRootFolder. Use Zope's general IContainmentRoot
so that other root containers (hopefully?) receive this menu item as
well.




=== Zope3/src/zope/app/browser/applicationcontrol/configure.zcml 1.9 => 1.10 ===
--- Zope3/src/zope/app/browser/applicationcontrol/configure.zcml:1.9	Sat Aug 23 16:37:37 2003
+++ Zope3/src/zope/app/browser/applicationcontrol/configure.zcml	Tue Feb 24 11:51:58 2004
@@ -38,4 +38,11 @@
       permission="zope.ManageApplication"
       menu="zmi_views" title="Global Translation Service Control"/>
 
+  <!-- add a action tab to the root folder for navigation -->
+  <menuItem 
+      menu="zmi_actions"
+      for="zope.app.interfaces.traversing.IContainmentRoot"
+      title="Manage Process" 
+      action="++etc++process/index.html" />
+
 </zope:configure>




More information about the Zope3-Checkins mailing list