diff roundup/templates/classic/html/issue.item @ 1031:1198c6a8dcb2

hide created/creator/activity on neew items
author Richard Jones <richard@users.sourceforge.net>
date Tue, 03 Sep 2002 08:00:02 +0000
parents 2a71acd81308
children da609c7c2333
line wrap: on
line diff
--- a/roundup/templates/classic/html/issue.item	Tue Sep 03 07:45:51 2002 +0000
+++ b/roundup/templates/classic/html/issue.item	Tue Sep 03 08:00:02 2002 +0000
@@ -61,7 +61,7 @@
 </tr>
 </table>
 
-<span tal:content="structure string:Created on <b>${issue/creation}</b> by <b>${issue/creator/username}</b>, last changed <b>${issue/activity}</b>.">activity info</span>
+<span tal:condition="exists:item" tal:content="structure string:Created on <b>${issue/creation}</b> by <b>${issue/creator/username}</b>, last changed <b>${issue/activity}</b>.">activity info</span>
 
 <tal:block tal:condition="exists:item">
  <table class="messages" tal:condition="issue/messages">

Roundup Issue Tracker: http://roundup-tracker.org/