Mercurial > p > roundup > code
diff roundup/templates/classic/html/issue.item @ 192:01a910e17403
finished off colourising the classic template
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Fri, 03 Aug 2001 01:19:43 +0000 |
| parents | a49c8a2ddd26 |
| children | 8a0d548c07a1 |
line wrap: on
line diff
--- a/roundup/templates/classic/html/issue.item Fri Aug 03 00:59:47 2001 +0000 +++ b/roundup/templates/classic/html/issue.item Fri Aug 03 01:19:43 2001 +0000 @@ -1,10 +1,6 @@ -<!-- $Id: issue.item,v 1.3 2001-07-30 08:12:17 richard Exp $--> +<!-- $Id: issue.item,v 1.4 2001-08-03 01:19:43 richard Exp $--> <table border=0 cellspacing=0 cellpadding=2> -<tr class="strong-header"> - <td colspan=4>Item Information</td> -</td> - <tr bgcolor="ffffea"> <td width=1% nowrap align=right><span class="form-label">Title</span></td> <td colspan=3 class="form-text"><display call="field('title', size=80)"></td> @@ -42,28 +38,36 @@ <td colspan=3 class="form-text"><display call="submit()"></td> </tr> -<tr class="strong-header"> +<tr class="msg-header"> <td colspan=4><b>Messages</b></td> </tr> <property name="messages"> -<tr> +<tr> <td colspan=4><display call="list('messages')"></td> </tr> </property> -<tr class="strong-header"> +<tr class="file-header"> <td colspan=4><b>Files</b></td> </tr> <tr class="form-help"> <td colspan=4> - <a href="newfile?:multilink=issue<display call="plain('id')">:files">Attach a file to this issue</a> + <a href="newfile?:multilink=issue<display +call="plain('id')">:files">Attach a file to this issue</a> </td> </tr> <property name="files"> - <tr> + <tr> <td colspan=4><display call="list('files')"></td> </tr> </property> +<tr class="history-header"> + <td colspan=4><b>History</b></td> +</tr> +<tr> + <td colspan=4><display call="history()"></td> +</tr> + </table>
