[Zope3-checkins] CVS: Zope3/src/zope/app/browser/content - configure.zcml:1.30
Stephan Richter
srichter@cosmos.phy.tufts.edu
Tue, 15 Jul 2003 10:20:43 -0400
Update of /cvs-repository/Zope3/src/zope/app/browser/content
In directory cvs.zope.org:/tmp/cvs-serv27081/src/zope/app/browser/content
Modified Files:
configure.zcml
Log Message:
Fixed the online help to do the right thing (finally). While the interfaces
said it all along, I still expected View classes in the 'view' attribute
of the help:register directive. I now (and should) uses the view name given
to a view.
In the process I also activated the unregister tests.
=== Zope3/src/zope/app/browser/content/configure.zcml 1.29 => 1.30 ===
--- Zope3/src/zope/app/browser/content/configure.zcml:1.29 Tue Jul 1 11:27:31 2003
+++ Zope3/src/zope/app/browser/content/configure.zcml Tue Jul 15 10:20:08 2003
@@ -64,7 +64,7 @@
title="File Upload Screen"
parent="ui"
for="zope.app.interfaces.content.file.IFile"
- view=".file.FileUpload."
+ view="upload.html"
doc_path="./file_upload.hlp"
/>