[CMF-checkins] CVS: CMF/CMFCollector/skins/collector - collector_macros.pt:1.23

Ken Manheimer klm@zope.com
Mon, 29 Oct 2001 13:17:12 -0500


Update of /cvs-repository/CMF/CMFCollector/skins/collector
In directory cvs.zope.org:/tmp/cvs-serv25095

Modified Files:
	collector_macros.pt 
Log Message:
Render the collector description as HTML.


=== CMF/CMFCollector/skins/collector/collector_macros.pt 1.22 => 1.23 ===
           <td>
             <div id="DesktopDescription"
-                 tal:content="here/description">DESCRIPTION</div>
+                 tal:define="stx nocall:
+                       modules/Products/PythonScripts/standard/structured_text"
+                 tal:content="structure here/description">
+              DESCRIPTION
+            </div>
           </td>
         </tr>
       </table>