view 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 source

<!-- $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>
    <property name="priority">
        <td valign="top"><display call="plain('priority')"></td>
    </property>
    <property name="status">
        <td valign="top"><display call="plain('status')"></td>
    </property>
    <property name="title">
        <td valign="top"><display call="link('title')"></td>
    </property>
    <property name="platform">
        <td valign="top"><display call="plain('platform')"></td>
    </property>
    <property name="product">
        <td valign="top"><display call="plain('product')"></td>
    </property>
    <property name="version">
        <td valign="top"><display call="plain('version')"></td>
    </property>
    <property name="assignedto">
        <td valign="top"><display call="plain('assignedto')"></td>
    </property>
</tr>

Roundup Issue Tracker: http://roundup-tracker.org/