Mercurial > p > roundup > code
diff roundup/templates/extended/html/issue.index @ 144:b0c4ac63c6ed
Big changes:
. split off the support priority into its own class
. added "new support, new user" to the page head
. fixed the display options for the heading links
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Mon, 30 Jul 2001 01:26:59 +0000 |
| parents | 6c9d6e7b120b |
| children | 9cfab7f55df0 |
line wrap: on
line diff
--- a/roundup/templates/extended/html/issue.index Mon Jul 30 01:25:57 2001 +0000 +++ b/roundup/templates/extended/html/issue.index Mon Jul 30 01:26:59 2001 +0000 @@ -1,5 +1,8 @@ -<!-- $Id: issue.index,v 1.1 2001-07-23 04:21:20 richard Exp $--> +<!-- $Id: issue.index,v 1.2 2001-07-30 01:26:59 richard Exp $--> <tr> + <property name="id"> + <td valign="top"><display call="field('id')"></td> + </property> <property name="activity"> <td valign="top"><display call="reldate('activity', pretty=1)"></td> </property> @@ -21,13 +24,7 @@ <property name="version"> <td valign="top"><display call="plain('version')"></td> </property> - <property name="source"> - <td valign="top"><display call="plain('source')"></td> - </property> <property name="assignedto"> <td valign="top"><display call="plain('assignedto')"></td> </property> - <property name="customername"> - <td valign="top"><display call="plain('customername')"></td> - </property> </tr>
