|
1 | | -<!-- $Id: issue.item,v 1.9 2002-01-22 00:21:32 richard Exp $--> |
| 1 | +<!-- $Id: issue.item,v 1.10 2002-02-22 00:06:58 richard Exp $--> |
2 | 2 | <table border=0 cellspacing=0 cellpadding=2> |
3 | 3 |
|
4 | 4 | <tr class="strong-header"> |
|
45 | 45 | <td width=1% nowrap align=right><span class="form-label">Assigned to</span></td> |
46 | 46 | <td class="form-text"><display call="menu('assignedto')"></td> |
47 | 47 | <td width=1% nowrap align=right><span class="form-label">Nosy List</span></td> |
48 | | - <td class="form-text"><display call="field('nosy')"></td> |
| 48 | + <td class="form-text"><display call="field('nosy')"> |
| 49 | + <display call="classhelp('user', 'username,realname,address,phone', label='list', width=500)"></td> |
49 | 50 | </tr> |
50 | 51 |
|
51 | 52 | <tr bgcolor="ffffea"> |
52 | 53 | <td width=1% nowrap align=right><span class="form-label">Superseder</span></td> |
53 | | - <td class="form-text"><display call="field('superseder', size=40, showid=1)"></td> |
| 54 | + <td class="form-text"><display call="field('superseder', size=40, showid=1)"> |
| 55 | + <display call="classhelp('issue', 'id,title', label='list', width=500)"></td> |
54 | 56 | <td width=1% nowrap align=right><span class="form-label">Support call</span></td> |
55 | | - <td class="form-text"><display call="field('supportcall', size=40, showid=1)"></td> |
| 57 | + <td class="form-text"><display call="field('supportcall', size=40, showid=1)"> |
| 58 | + <display call="classhelp('support', 'id,title', label='list', width=500)"></td> |
56 | 59 | </tr> |
57 | 60 |
|
58 | 61 | <tr bgcolor="ffffea"> |
|
0 commit comments