[CMF-checkins] CVS: Products/CMFDecor/skins/zpt_generic - index_html.pt:1.9
Jens Vagelpohl
jens@zope.com
Wed, 28 Nov 2001 14:06:56 -0500
Update of /cvs-repository/Products/CMFDecor/skins/zpt_generic
In directory cvs.zope.org:/tmp/cvs-serv3881/CMFDecor/skins/zpt_generic
Modified Files:
index_html.pt
Log Message:
Big cleanup::
- replaced ZPLs with ZPL version 2.0
- added the LICENSE.txt for ZPL version 2.0
- added ZPL where it was missing (PTK Tracker issue 341)
- added CVS version string and module docstring where missing (PTK Tracker issue 341)
=== Products/CMFDecor/skins/zpt_generic/index_html.pt 1.8 => 1.9 ===
<div tal:define="items python: here.contentValues(
- filter={'Type':'Folder' } );
+ filter={'Type':( 'Folder', 'CMF Collector') } );
">
<div tal:condition="items">
- <h4> Folders </h4>
+ <h4> Collectors and Folders </h4>
<ul>
<li tal:repeat="item items">