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

Jens Vagelpohl jens at dataflake.org
Wed Aug 4 06:52:48 EDT 2004


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

Modified Files:
	topic_view.pt 
Log Message:
- CMFTopic: Change topic_view template to show title and ID (it only
  showed title before; http://www.zope.org/Collectors/CMF/180)


=== Products/CMFTopic/skins/zpt_topic/topic_view.pt 1.6 => 1.7 ===
--- Products/CMFTopic/skins/zpt_topic/topic_view.pt:1.6	Wed Feb 25 05:49:04 2004
+++ Products/CMFTopic/skins/zpt_topic/topic_view.pt	Wed Aug  4 06:52:48 2004
@@ -38,7 +38,10 @@
     <div tal:repeat="match batch" tal:condition="batch">
         <a href=""
             tal:attributes="href string:${match/getURL}/view"
-            tal:content="match/Title"> Match Title </a>
+        ><tal:span tal:content="match/getId">ID</tal:span>
+        <tal:case tal:condition="match/Title"
+           tal:content="string:(${match/Title})">(Title)</tal:case
+      ></a>
     </div>
 
 



More information about the CMF-checkins mailing list