[CMF-checkins] CVS: CMF - showThreads.dtml:1.4
shane@digicool.com
shane@digicool.com
Fri, 25 May 2001 13:46:04 -0400 (EDT)
Update of /cvs-repository/CMF/CMFDefault/skins/generic
In directory korak.digicool.com:/tmp/cvs-serv22053
Modified Files:
showThreads.dtml
Log Message:
Forced tree tag to use the right URL when expanding branches.
--- Updated File showThreads.dtml in package CMF --
--- showThreads.dtml 2001/04/10 12:48:30 1.3
+++ showThreads.dtml 2001/05/25 17:46:04 1.4
@@ -13,6 +13,7 @@
<p>
</dtml-if>
+<dtml-let URL=absolute_url>
<dtml-if expr="PARENTS[0].meta_type == 'Discussion Item'">
Replies:
<dtml-tree branches="getReplies">
@@ -29,4 +30,5 @@
on <dtml-var Date>
</dtml-tree>
</dtml-if>
+</dtml-let>