Mercurial > p > roundup > code
comparison templates/templates/issue.filter @ 26:c7c14960f413
Final commit of Grande Splite
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Sun, 22 Jul 2001 12:09:32 +0000 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| 25:4cf1daf2f2eb | 26:c7c14960f413 |
|---|---|
| 1 <!-- $Id: issue.filter,v 1.1 2001-07-22 12:09:32 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 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 name</th> | |
| 36 <td><display call="field('customername')"></td></tr> | |
| 37 </property> |
