[Zope-CMF] CMFDecor search result (was: CMFDecor troubles)

Thomas Olsen tol@tanghus.dk
Sun, 29 Jul 2001 09:12:45 +0200


On Friday 27 July 2001 18:12, Andrew Sawyers wrote:
> I've updated all of the new skin look and feel templates that I have been
> working on.  It's not complete, but I'd like some feedback from those of
> you using ZPT. 

In zpt_generic/search line thirtyish:

 <td tal:define="global objURL python: results.getURL() + '/view'">
<span tal:condition="results/getIcon|nothing">
<a href="" tal:attributes="href objURL"><img src="" border="0" alt="" title=""
	                                              tal:define="alt results/Type"
-	                                              tal:attributes="src 
results/portal_url/iconHTML; alt alt; title alt">
+	                                              tal:attributes="src 
results/getIcon; alt alt; title alt">
	 </a>
</span>
</td>


-- 
Regards
Thomas Olsen