[CMF-checkins] CVS: CMF/CMFTopic/skins/zpt_topic - topic_view.pt:1.5

Tres Seaver tseaver@zope.com
Sat, 15 Dec 2001 15:04:25 -0500


Update of /cvs-repository/CMF/CMFTopic/skins/zpt_topic
In directory cvs.zope.org:/tmp/cvs-serv32539/zpt_topic

Modified Files:
	topic_view.pt 
Log Message:
 - Merge fix for Tracker #433.

=== CMF/CMFTopic/skins/zpt_topic/topic_view.pt 1.4 => 1.5 ===
     <div tal:repeat="match batch" tal:condition="batch">
         <a href=""
-            tal:attributes="href python:here.portal_catalog.getpath(match.data_record_id_)"
-            tal:content="match/Title">
-                Match Title
-            </a>
+            tal:attributes="href string:${match/getURL}/view"
+            tal:content="match/Title"> Match Title </a>
     </div>