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

Philipp von Weitershausen philikon at philikon.de
Wed Feb 11 11:32:38 EST 2004


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

Modified Files:
      Tag: philikon-movecontent-branch
	configure.zcml 
Log Message:
The "Manage process" actions tab for the root folder should be declared
here, where the "Manage process" view is defined as well. It was originally
part of the Folder browser configuration, but there is nothing Folder
specific to it.


=== Zope3/src/zope/app/browser/applicationcontrol/configure.zcml 1.9 => 1.9.20.1 ===
--- 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	Wed Feb 11 11:32:37 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