[Zope3-checkins] CVS: Zope3/src/zope/app/browser -
onlinehelp.zcml:1.9
Jim Fulton
jim at zope.com
Fri Aug 8 15:07:04 EDT 2003
Update of /cvs-repository/Zope3/src/zope/app/browser
In directory cvs.zope.org:/tmp/cvs-serv5267/src/zope/app/browser
Modified Files:
onlinehelp.zcml
Log Message:
Removed the ++skin++ setting from the help action. I can't think of a
good reason for on-line help to need it's own skin. Stephan assures me
that taking this out won't hurt anything. If on-line help *really*
needs it's own skin, then perhaps the ++help++ namespace handler
should set it.
=== Zope3/src/zope/app/browser/onlinehelp.zcml 1.8 => 1.9 ===
--- Zope3/src/zope/app/browser/onlinehelp.zcml:1.8 Wed Aug 6 10:41:11 2003
+++ Zope3/src/zope/app/browser/onlinehelp.zcml Fri Aug 8 14:06:59 2003
@@ -22,6 +22,6 @@
filter="python:request.getURL().find('++help++')==-1"
menu="help_actions"
title="Help"
- action="++help++/++skin++Onlinehelp/@@index.html" />
+ action="++help++/@@index.html" />
</configure>
More information about the Zope3-Checkins
mailing list