[Zope3-checkins] CVS: Zope3/src/zope/app/browser - onlinehelp.zcml:1.4
Roger Ineichen
roger@projekt01.ch
Mon, 23 Jun 2003 12:54:59 -0400
Update of /cvs-repository/Zope3/src/zope/app/browser
In directory cvs.zope.org:/tmp/cvs-serv10746
Modified Files:
onlinehelp.zcml
Log Message:
Added zmi menu item for the help that points out to the online help system.
=== Zope3/src/zope/app/browser/onlinehelp.zcml 1.3 => 1.4 ===
--- Zope3/src/zope/app/browser/onlinehelp.zcml:1.3 Mon Jun 23 07:08:14 2003
+++ Zope3/src/zope/app/browser/onlinehelp.zcml Mon Jun 23 12:54:58 2003
@@ -33,6 +33,15 @@
permission="zope.View"
template="onlinehelptopic.pt"
class="zope.app.browser.onlinehelp.OnlineHelpTopicView"
+ />
+
+ <menuItem
+ for="*"
+ filter="python:request.getURL().find('++help++')==-1"
+ menu="zmi_actions"
+ title="Help"
+ action="++help++/@@index.html"
/>
+
</zopeConfigure>