[Zope3-checkins] SVN: Zope3/trunk/src/zope/app/demo/widget/help/configure.zcml Better identifikation of TextLine- and TextArea-Widgets through the titles

Egon Frerich e.frerich at nord-com.net
Sun May 15 13:03:14 EDT 2005


Log message for revision 30358:
  Better identifikation of TextLine- and TextArea-Widgets through the titles

Changed:
  U   Zope3/trunk/src/zope/app/demo/widget/help/configure.zcml

-=-
Modified: Zope3/trunk/src/zope/app/demo/widget/help/configure.zcml
===================================================================
--- Zope3/trunk/src/zope/app/demo/widget/help/configure.zcml	2005-05-15 16:02:37 UTC (rev 30357)
+++ Zope3/trunk/src/zope/app/demo/widget/help/configure.zcml	2005-05-15 17:03:13 UTC (rev 30358)
@@ -28,11 +28,19 @@
       />
 
   <help:register
-      id="textwidget"
+      id="textlinewidget"
       parent="samples/widgets"
-      title="TextWidget"
+      title="TextLineWidget"
       doc_path="textwidget.txt"
       class="zope.app.onlinehelp.onlinehelptopic.RESTOnlineHelpTopic"
       />
 
+  <help:register
+      id="textareawidget"
+      parent="samples/widgets"
+      title="TextWidget"
+      doc_path="textareawidget.txt"
+      class="zope.app.onlinehelp.onlinehelptopic.RESTOnlineHelpTopic"
+      />
+
 </configure>



More information about the Zope3-Checkins mailing list