Mercurial > p > roundup > code
diff roundup/templates/classic/html/issue.item @ 673:604c84696461
link() htmltemplate function now has a "showid" option for links & multilinks.
When true, it only displays the linked node id as the anchor text. The
link value is displayed as a tooltip using the title anchor attribute.
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Tue, 02 Apr 2002 01:40:59 +0000 |
| parents | dd4c77c67de7 |
| children | 85aaef63d94d |
line wrap: on
line diff
--- a/roundup/templates/classic/html/issue.item Fri Mar 29 19:41:48 2002 +0000 +++ b/roundup/templates/classic/html/issue.item Tue Apr 02 01:40:59 2002 +0000 @@ -23,8 +23,13 @@ <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)"> - <display call="classhelp('issue', 'id,title', label='list', width=500)"></td> + <td class="form-text"> + <display call="field('superseder', size=40, showid=1)"> + <display call="classhelp('issue', 'id,title', label='list', width=500)"> + <property name="superseder"> + <br>View: <display call="link('superseder', showid=1)"> + </property> + </td> <td width=1% nowrap align=right><span class="form-label">Nosy List</span></td> <td class="form-text"><display call="field('nosy')"> <display call="classhelp('user', 'username,realname,address,phone', label='list', width=500)"></td>
