[Zope3-checkins] CVS: Zope3/src/zope/app/browser - menus.zcml:1.8 onlinehelp.zcml:1.6

Roger Ineichen roger@projekt01.ch
Tue, 29 Jul 2003 18:30:55 -0400


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

Modified Files:
	menus.zcml onlinehelp.zcml 
Log Message:
Added menu help_action for Onlinehelp, move Help link from zmi_action to help_action

=== Zope3/src/zope/app/browser/menus.zcml 1.7 => 1.8 ===
--- Zope3/src/zope/app/browser/menus.zcml:1.7	Sat Jun 21 17:21:58 2003
+++ Zope3/src/zope/app/browser/menus.zcml	Tue Jul 29 18:30:50 2003
@@ -10,6 +10,11 @@
           usage="activitydialog"
           />
 
+   <menu id="help_actions" 
+          title="Menu for displaying help actions to be performed with popup"
+          usage="activitydialog"
+          />
+
    <menu id="add_content"
          title="Menu of objects to be added to content folders"
          usage="addingdialog"


=== Zope3/src/zope/app/browser/onlinehelp.zcml 1.5 => 1.6 ===
--- Zope3/src/zope/app/browser/onlinehelp.zcml:1.5	Tue Jul  1 21:27:58 2003
+++ Zope3/src/zope/app/browser/onlinehelp.zcml	Tue Jul 29 18:30:51 2003
@@ -24,9 +24,9 @@
   <menuItem
       for="*"
       filter="python:request.getURL().find('++help++')==-1"
-      menu="zmi_actions"
+      menu="help_actions"
       title="Help"
-      action="++help++/@@index.html"
+      action="++help++/++skin++Onlinehelp/@@index.html"
       />