Code

ignore coverage files
[roundup.git] / roundup / templates / classic / html / issue.filter
1 <!-- $Id: issue.filter,v 1.3 2002-02-16 08:39:42 richard Exp $-->
2 <property name="title">
3  <tr><th width="1%" align="right" class="location-bar">Title</th>
4  <td><display call="field('title')"></td></tr>
5 </property>
6 <property name="status">
7  <tr><th width="1%" align="right" class="location-bar">Status</th>
8  <td><display call="checklist('status')"></td></tr>
9 </property>
10 <property name="priority">
11  <tr><th width="1%" align="right" class="location-bar">Priority</th>
12  <td><display call="checklist('priority')"></td></tr>
13 </property>
14 <property name="assignedto">
15  <tr><th width="1%" align="right" class="location-bar">Assigned&nbsp;to</th>
16  <td><display call="field('assignedto')"></td></tr>
17 </property>