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

Florent Guillaume fg@nuxeo.com
Fri, 28 Jun 2002 21:01:19 -0400


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

Modified Files:
	review.pt 
Log Message:
Use brain/getIcon instead of brain/icon.

(Although review.pt doesn't seem to work right now, there is nowhere a
publishItems method.)


=== CMF/CMFDefault/skins/zpt_generic/review.pt 1.2 => 1.3 ===
   </td>
   <td>
-   <span tal:condition="item/icon">
+   <span tal:condition="item/getIcon">
    <a href="url"
       tal:attributes="href objURL"
    ><img border="0" src="icon" alt="Type" title="Type"
-         tal:attributes="src string:${here/portal_url}/${item/icon};
+         tal:attributes="src string:${here/portal_url}/${item/getIcon};
                          alt item/Type|nothing;
                          title item/Type|nothing;
                         "></a>