Mercurial > p > roundup > code
diff roundup/templates/extended/htmlbase.py @ 486:18d4051bdae7
fixes
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Sat, 05 Jan 2002 02:22:33 +0000 |
| parents | d4b19c2ee740 |
| children | 8bce1a8b3814 |
line wrap: on
line diff
--- a/roundup/templates/extended/htmlbase.py Sat Jan 05 02:22:32 2002 +0000 +++ b/roundup/templates/extended/htmlbase.py Sat Jan 05 02:22:33 2002 +0000 @@ -102,7 +102,7 @@ </tr> """ -issueDOTitem = """<!-- dollarId: issue.item,v 1.7 2001/11/21 02:34:18 richard Exp dollar--> +issueDOTitem = """<!-- dollarId: issue.item,v 1.8 2001/12/18 05:05:14 richard Exp dollar--> <table border=0 cellspacing=0 cellpadding=2> <tr class="strong-header"> @@ -197,6 +197,13 @@ </tr> </property> +<tr class="strong-header"> + <td colspan=4><b>History</b></td> +</tr> +<tr> + <td colspan=4><display call="history()"></td> +</tr> + </table> """
