[Zope3-checkins] CVS: Zope3/src/zope/app/onlinehelp - configure.zcml:1.4

Stephan Richter srichter@cosmos.phy.tufts.edu
Tue, 1 Jul 2003 21:28:00 -0400


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

Modified Files:
	configure.zcml 
Log Message:
Fixed OnlineHelp after it was broken from a sprint. Context-aware help 
works again. I also took the oppurtunity to clean up the ZCML directives.


=== Zope3/src/zope/app/onlinehelp/configure.zcml 1.3 => 1.4 ===
--- Zope3/src/zope/app/onlinehelp/configure.zcml:1.3	Tue Jun 24 11:01:17 2003
+++ Zope3/src/zope/app/onlinehelp/configure.zcml	Tue Jul  1 21:27:59 2003
@@ -29,15 +29,11 @@
     id = "welcome"
     title = "Welcome"
     parent = "ui"
-    for = "zope.app.interfaces.onlinehelp.IOnlineHelpTopic"
-    view = "zope.app.browser.onlinehelp.OnlineHelpTopicView"
     doc_path = "./help.txt" />
 
 <help:register
     id = "onlinehelp"
     title = "Online help system"
-    for = "zope.app.interfaces.onlinehelp.IOnlineHelpTopic"
-    view = "zope.app.browser.onlinehelp.OnlineHelpTopicView"
     doc_path = "./README.txt" />
     
 </zopeConfigure>