Skip to content

Commit 18aee3c

Browse files
author
Richard Jones
committed
Forgot to add the support call property to the item page.
1 parent 33c4588 commit 18aee3c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

roundup/templates/extended/html/issue.item

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $Id: issue.item,v 1.2 2001-07-30 01:26:59 richard Exp $-->
1+
<!-- $Id: issue.item,v 1.3 2001-07-30 01:47:28 richard Exp $-->
22
<table border=0 cellspacing=0 cellpadding=2>
33

44
<tr class="strong-header">
@@ -34,17 +34,17 @@
3434
</tr>
3535

3636
<tr bgcolor="ffffea">
37-
<td width=1% nowrap align=right><span class="form-label">Assigned To</span></td>
37+
<td width=1% nowrap align=right><span class="form-label">Assigned to</span></td>
3838
<td class="form-text"><display call="field('assignedto')"></td>
39-
<td width=1% nowrap align=right><span class="form-label">Empty</span></td>
40-
<td class="form-text">XXXX</td>
39+
<td width=1% nowrap align=right><span class="form-label">Nosy List</span></td>
40+
<td class="form-text"><display call="field('nosy')"></td>
4141
</tr>
4242

4343
<tr bgcolor="ffffea">
4444
<td width=1% nowrap align=right><span class="form-label">Superseder</span></td>
4545
<td class="form-text"><display call="field('superseder', size=40, showid=1)"></td>
46-
<td width=1% nowrap align=right><span class="form-label">Nosy List</span></td>
47-
<td class="form-text"><display call="field('nosy')"></td>
46+
<td width=1% nowrap align=right><span class="form-label">Support call</span></td>
47+
<td class="form-text"><display call="field('superseder', size=40, showid=1)"></td>
4848
</tr>
4949

5050
<tr bgcolor="ffffea">

0 commit comments

Comments
 (0)