[CMF-checkins] CVS: CMF/CMFDefault/skins/generic - index_html.dtml:1.4

Bill Anderson bill@libc.org
Mon, 1 Apr 2002 21:27:13 -0500


Update of /cvs-repository/CMF/CMFDefault/skins/generic
In directory cvs.zope.org:/tmp/cvs-serv12202

Modified Files:
	index_html.dtml 
Log Message:
 Modified Files:
 	index_html.dtml 

Fixed CMF Tracker Issue 487:
  index_html doesn't show "Members" link for Members folder in the Folders list. it was only inserting Title, when that folder doesn't have a Title, or even a title. now it tries Title, and if not found, uses id.

 -- woohoo , my first checkin :)



=== CMF/CMFDefault/skins/generic/index_html.dtml 1.3 => 1.4 ===
   ><img align="middle" src="&dtml-portal_url;/&dtml-getIcon;"
         alt="&dtml-Type;" title="&dtml-Type;" border="0"></a>
-  <a href="&dtml-absolute_url;/"> <dtml-var Title> </a>
+  <a href="&dtml-absolute_url;/"> <dtml-if Title><dtml-var Title><dtml-else><dtml-var Id></dtml-if Title> </a>
   <dtml-if name="Description">
    <blockquote><dtml-var Description fmt="structured-text"></blockquote>
   </dtml-if>