Code

hide created/creator/activity on neew items
authorrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Tue, 3 Sep 2002 08:00:02 +0000 (08:00 +0000)
committerrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Tue, 3 Sep 2002 08:00:02 +0000 (08:00 +0000)
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1050 57a73879-2fb5-44c3-a270-3262357dd7e2

roundup/templates/classic/html/issue.item

index a967c09584bb07774d24f751821f4107aa87af28..ee83150193d49f8b4d4bd21887b82b9746ee72a6 100644 (file)
@@ -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">