[CMF-checkins] CVS: Products/CMFDefault/skins/zpt_generic - index_html.pt:1.3

Tres Seaver tseaver@zope.com
Mon, 11 Feb 2002 11:34:39 -0500


Update of /cvs-repository/Products/CMFDefault/skins/zpt_generic
In directory cvs.zope.org:/tmp/cvs-serv4838/CMFDefault/skins/zpt_generic

Modified Files:
	index_html.pt 
Log Message:
 - Collector is not part of the core!

=== Products/CMFDefault/skins/zpt_generic/index_html.pt 1.2 => 1.3 ===
 
   <div tal:define="items python: here.contentValues(
-                                            filter={'Type':( 'Folder', 'CMF Collector') } );
+                            filter={ 'Type': 'Folder' } );
                   ">
   <div tal:condition="items">
-  <h4> Collectors and Folders </h4>
+  <h4> Folders </h4>
 
   <ul>
    <li tal:repeat="item items">