Mercurial > p > roundup > code
diff roundup/templates/extended/html/issue.item @ 704:54333751e98d search_indexing-0-4-2-branch
Brought search_indexing-branch up to date with latest changes in HEAD.
| author | Roche Compaan <rochecompaan@users.sourceforge.net> |
|---|---|
| date | Thu, 02 May 2002 13:09:11 +0000 |
| parents | dd4c77c67de7 |
| children |
line wrap: on
line diff
--- a/roundup/templates/extended/html/issue.item Thu May 02 11:52:12 2002 +0000 +++ b/roundup/templates/extended/html/issue.item Thu May 02 13:09:11 2002 +0000 @@ -1,4 +1,4 @@ -<!-- $Id: issue.item,v 1.10 2002-02-22 00:06:58 richard Exp $--> +<!-- $Id: issue.item,v 1.10.2.1 2002-05-02 13:09:09 rochecompaan Exp $--> <table border=0 cellspacing=0 cellpadding=2> <tr class="strong-header"> @@ -51,11 +51,21 @@ <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">Support call</span></td> - <td class="form-text"><display call="field('supportcall', size=40, showid=1)"> - <display call="classhelp('support', 'id,title', label='list', width=500)"></td> + <td class="form-text"> + <display call="field('supportcall', size=40, showid=1)"> + <display call="classhelp('support', 'id,title', label='list', width=500)"> + <property name="supportcall"> + <br>View: <display call="link('supportcall', showid=1)"> + </property> + </td> </tr> <tr bgcolor="ffffea">
