Mercurial > p > roundup > code
diff roundup/templates/classic/html/issue.item @ 1104:d759c3cb1f06
Remeber values in edit/new submission error pages.
Some work done on query editing (search refinement)
Fixed logout link to work with cgi-bin
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Tue, 10 Sep 2002 23:05:00 +0000 |
| parents | 7362dc1f0226 |
| children | a95428868bf4 |
line wrap: on
line diff
--- a/roundup/templates/classic/html/issue.item Tue Sep 10 12:44:42 2002 +0000 +++ b/roundup/templates/classic/html/issue.item Tue Sep 10 23:05:00 2002 +0000 @@ -23,8 +23,9 @@ <td> <span tal:replace="structure python:context.superseder.field(showid=1, size=20)" /> <span tal:replace="structure python:db.issue.classhelp('id,title', label='list', width=500)" /> - <span tal:condition="context/superseder"> - <br>View: <span tal:replace="structure python:context.superseder.link(showid=1)" /> + <span tal:condition="context/superseder" tal:repeat="sup context/superseder"> + <br>View: <a tal:attributes="href string:issue${sup/id}" + tal:content="sup/id"></a> </span> </td> <th nowrap>Nosy List</th>
