Code

. #502437 ] rogue reactor and unittest
[roundup.git] / roundup / templates / classic / html / issue.filter
1 <!-- $Id: issue.filter,v 1.2 2001-07-29 04:07:37 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>