[Zope3-checkins] SVN: Zope3/trunk/src/zope/app/file/browser/ Remove help screen; online help is in a miserable state anyways.

Stephan Richter srichter at cosmos.phy.tufts.edu
Sat May 15 08:37:24 EDT 2004


Log message for revision 24713:
Remove help screen; online help is in a miserable state anyways.



-=-
Modified: Zope3/trunk/src/zope/app/file/browser/configure.zcml
===================================================================
--- Zope3/trunk/src/zope/app/file/browser/configure.zcml	2004-05-15 12:36:21 UTC (rev 24712)
+++ Zope3/trunk/src/zope/app/file/browser/configure.zcml	2004-05-15 12:37:22 UTC (rev 24713)
@@ -1,7 +1,6 @@
 <configure
     xmlns="http://namespaces.zope.org/zope"
     xmlns:browser="http://namespaces.zope.org/browser"
-    xmlns:help="http://namespaces.zope.org/help"
     i18n_domain="zope"
     >
 
@@ -73,16 +72,6 @@
       file="file_icon.gif"
       />
 
-  <help:register
-      id="file_upload"
-      title="File Upload Screen"
-      parent="ui"
-      for="zope.app.file.interfaces.IFile"
-      view="upload.html"
-      doc_path="./file_upload.hlp"
-      />
-
-
   <!-- Directives for Image -->
 
   <browser:editform

Deleted: Zope3/trunk/src/zope/app/file/browser/file_upload.hlp
===================================================================
--- Zope3/trunk/src/zope/app/file/browser/file_upload.hlp	2004-05-15 12:36:21 UTC (rev 24712)
+++ Zope3/trunk/src/zope/app/file/browser/file_upload.hlp	2004-05-15 12:37:22 UTC (rev 24713)
@@ -1 +0,0 @@
-This screen allows to upload new file data.
\ No newline at end of file




More information about the Zope3-Checkins mailing list