summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 6e0ba61)
raw | patch | inline | side by side (parent: 6e0ba61)
author | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Fri, 22 Feb 2002 00:06:58 +0000 (00:06 +0000) | ||
committer | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Fri, 22 Feb 2002 00:06:58 +0000 (00:06 +0000) |
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@654 57a73879-2fb5-44c3-a270-3262357dd7e2
roundup/templates/classic/html/issue.item | patch | blob | history | |
roundup/templates/extended/html/issue.item | patch | blob | history |
index c59c1a34bc839f3ea514f4ec9a1fb3335d0290bb..6d3dddd498a82164da1f505b2e0d3fd31f034995 100644 (file)
<tr bgcolor="ffffea">
<td width=1% nowrap align=right><span class="form-label">Superseder</span></td>
- <td class="form-text"><display call="field('superseder', size=40, showid=1)"></td>
+ <td class="form-text"><display call="field('superseder', size=40, showid=1)">
+ <display call="classhelp('issue', 'id,title', label='list', width=500)"></td>
<td width=1% nowrap align=right><span class="form-label">Nosy List</span></td>
- <td class="form-text"><display call="field('nosy')"></td>
+ <td class="form-text"><display call="field('nosy')">
+ <display call="classhelp('user', 'username,realname,address,phone', label='list', width=500)"></td>
</tr>
<tr bgcolor="ffffea">
diff --git a/roundup/templates/extended/html/issue.item b/roundup/templates/extended/html/issue.item
index d838e236b1883461a8f1b246307cac76412de172..0bdde8c30967ea59cb9fc477617ed505049fdd4a 100644 (file)
-<!-- $Id: issue.item,v 1.9 2002-01-22 00:21:32 richard Exp $-->
+<!-- $Id: issue.item,v 1.10 2002-02-22 00:06:58 richard Exp $-->
<table border=0 cellspacing=0 cellpadding=2>
<tr class="strong-header">
<td width=1% nowrap align=right><span class="form-label">Assigned to</span></td>
<td class="form-text"><display call="menu('assignedto')"></td>
<td width=1% nowrap align=right><span class="form-label">Nosy List</span></td>
- <td class="form-text"><display call="field('nosy')"></td>
+ <td class="form-text"><display call="field('nosy')">
+ <display call="classhelp('user', 'username,realname,address,phone', label='list', width=500)"></td>
</tr>
<tr bgcolor="ffffea">
<td width=1% nowrap align=right><span class="form-label">Superseder</span></td>
- <td class="form-text"><display call="field('superseder', size=40, showid=1)"></td>
+ <td class="form-text"><display call="field('superseder', size=40, showid=1)">
+ <display call="classhelp('issue', 'id,title', label='list', width=500)"></td>
<td width=1% nowrap align=right><span class="form-label">Support call</span></td>
- <td class="form-text"><display call="field('supportcall', size=40, showid=1)"></td>
+ <td class="form-text"><display call="field('supportcall', size=40, showid=1)">
+ <display call="classhelp('support', 'id,title', label='list', width=500)"></td>
</tr>
<tr bgcolor="ffffea">