Code

Forgot to add the support call property to the item page.
[roundup.git] / roundup / templates / extended / html / support.filter
1 <!-- $Id: support.filter,v 1.1 2001-07-30 01:27:28 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="platform">
11  <tr><th width="1%" align="right" class="location-bar">Platform</th>
12  <td><display call="checklist('platform')"></td></tr>
13 </property>
14 <property name="product">
15  <tr><th width="1%" align="right" class="location-bar">Product</th>
16  <td><display call="checklist('product')"></td></tr>
17 </property>
18 <property name="version">
19  <tr><th width="1%" align="right" class="location-bar">Version</th>
20  <td><display call="field('version')"></td></tr>
21 </property>
22 <property name="source">
23  <tr><th width="1%" align="right" class="location-bar">Source</th>
24  <td><display call="checklist('source')"></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>
30 <property name="customername">
31  <tr><th width="1%" align="right" class="location-bar">Customer&nbsp;name</th>
32  <td><display call="field('customername')"></td></tr>
33 </property>