[CMF-checkins] CVS: Products/CMFDecor/skins/zpt_generic - index_html.pt:1.6

Tres Seaver tseaver@zope.com
Mon, 29 Oct 2001 11:38:20 -0500


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

Modified Files:
	index_html.pt 
Log Message:
 - Use ID if title not present.

=== Products/CMFDecor/skins/zpt_generic/index_html.pt 1.5 => 1.6 ===
                       title string:${item/Type}"></a>
     <a href="item_url" tal:attributes="href item/absolute_url"
-       tal:content="item/Title"> Title </a>
+       tal:content="item/TitleOrId"> Title </a>
      <blockquote tal:condition="exists: item/Description"
                  tal:content="item/Description">
        Description <!--fmt="structured-text'-->