Code

added history back to the bottom of the issue display. needs to be
authorrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Tue, 18 Dec 2001 05:05:14 +0000 (05:05 +0000)
committerrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Tue, 18 Dec 2001 05:05:14 +0000 (05:05 +0000)
formatted more nicely. also noticed that the journal entries aren't
necessarily accurate...

git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@475 57a73879-2fb5-44c3-a270-3262357dd7e2

roundup/templates/extended/html/issue.item

index 7e83264e1229c191de234e3bf25d324db6b8208f..9eb3c8453f1c41c90828d8ac8ad8521306f02853 100644 (file)
@@ -1,4 +1,4 @@
-<!-- $Id: issue.item,v 1.7 2001-11-21 02:34:18 richard Exp $-->
+<!-- $Id: issue.item,v 1.8 2001-12-18 05:05:14 richard Exp $-->
 <table border=0 cellspacing=0 cellpadding=2>
 
 <tr class="strong-header">
  </tr>
 </property>
 
+<tr class="strong-header">
+    <td colspan=4><b>History</b></td>
+</tr>
+<tr>
+    <td colspan=4><display call="history()"></td>
+</tr>
+
 </table>