Code

Moved the database backends off into backends.
[roundup.git] / roundup / templates / extended / html / issue.filter
1 <!-- $Id: issue.filter,v 1.1 2001-07-23 04:21:20 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="source">
27  <tr><th width="1%" align="right" class="location-bar">Source</th>
28  <td><display call="checklist('source')"></td></tr>
29 </property>
30 <property name="assignedto">
31  <tr><th width="1%" align="right" class="location-bar">Assigned&nbsp;to</th>
32  <td><display call="checklist('assignedto')"></td></tr>
33 </property>
34 <property name="customername">
35  <tr><th width="1%" align="right" class="location-bar">Customer&nbsp;name</th>
36  <td><display call="field('customername')"></td></tr>
37 </property>