Code

Sorry for the huge checkin message - I was only intending to implement #496356
[roundup.git] / roundup / templates / extended / html / issue.filter
1 <!-- $Id: issue.filter,v 1.2 2001-07-30 01:26:59 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="platform">
15  <tr><th width="1%" align="right" class="location-bar">Platform</th>
16  <td><display call="checklist('platform')"></td></tr>
17 </property>
18 <property name="product">
19  <tr><th width="1%" align="right" class="location-bar">Product</th>
20  <td><display call="checklist('product')"></td></tr>
21 </property>
22 <property name="version">
23  <tr><th width="1%" align="right" class="location-bar">Version</th>
24  <td><display call="field('version')"></td></tr>
25 </property>
26 <property name="assignedto">
27  <tr><th width="1%" align="right" class="location-bar">Assigned&nbsp;to</th>
28  <td><display call="checklist('assignedto')"></td></tr>
29 </property>