Skip to content

Commit 7a9efb8

Browse files
author
Richard Jones
committed
Added the popup help to standard templates.
1 parent 5964719 commit 7a9efb8

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

roundup/templates/classic/html/issue.item

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,11 @@
2323

2424
<tr bgcolor="ffffea">
2525
<td width=1% nowrap align=right><span class="form-label">Superseder</span></td>
26-
<td class="form-text"><display call="field('superseder', size=40, showid=1)"></td>
26+
<td class="form-text"><display call="field('superseder', size=40, showid=1)">
27+
<display call="classhelp('issue', 'id,title', label='list', width=500)"></td>
2728
<td width=1% nowrap align=right><span class="form-label">Nosy List</span></td>
28-
<td class="form-text"><display call="field('nosy')"></td>
29+
<td class="form-text"><display call="field('nosy')">
30+
<display call="classhelp('user', 'username,realname,address,phone', label='list', width=500)"></td>
2931
</tr>
3032

3133
<tr bgcolor="ffffea">

roundup/templates/extended/html/issue.item

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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 $-->
22
<table border=0 cellspacing=0 cellpadding=2>
33

44
<tr class="strong-header">
@@ -45,14 +45,17 @@
4545
<td width=1% nowrap align=right><span class="form-label">Assigned to</span></td>
4646
<td class="form-text"><display call="menu('assignedto')"></td>
4747
<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>
4950
</tr>
5051

5152
<tr bgcolor="ffffea">
5253
<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>
5456
<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>
5659
</tr>
5760

5861
<tr bgcolor="ffffea">

0 commit comments

Comments
 (0)