Mercurial > p > roundup > code
comparison templates/classic/html/issue.item.html @ 3658:b2cff3b9e582
nicer listing of Superseder links (sf non-patch [SF#497767])
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Fri, 11 Aug 2006 00:36:30 +0000 |
| parents | 8fc73650925f |
| children | a9f6eb633452 |
comparison
equal
deleted
inserted
replaced
| 3657:f7db2771e87d | 3658:b2cff3b9e582 |
|---|---|
| 50 <tr> | 50 <tr> |
| 51 <th i18n:translate="">Superseder</th> | 51 <th i18n:translate="">Superseder</th> |
| 52 <td> | 52 <td> |
| 53 <span tal:replace="structure python:context.superseder.field(showid=1, size=20)" /> | 53 <span tal:replace="structure python:context.superseder.field(showid=1, size=20)" /> |
| 54 <span tal:condition="context/is_edit_ok" tal:replace="structure python:db.issue.classhelp('id,title', property='superseder')" /> | 54 <span tal:condition="context/is_edit_ok" tal:replace="structure python:db.issue.classhelp('id,title', property='superseder')" /> |
| 55 <span tal:condition="context/superseder" tal:repeat="sup context/superseder"> | 55 <span tal:condition="context/superseder"> |
| 56 <br><span i18n:translate="">View: <a i18n:name="link" tal:content="sup/id" | 56 <br><span i18n:translate="">View:</span> |
| 57 tal:attributes="href string:issue${sup/id}"></a></span> | 57 <a tal:repeat="sup context/superseder" |
| 58 tal:content="python:sup['id'] + ', '*(not repeat['sup'].end)" | |
| 59 tal:attributes="href string:issue${sup/id}"></a> | |
| 58 </span> | 60 </span> |
| 59 </td> | 61 </td> |
| 60 <th i18n:translate="">Nosy List</th> | 62 <th i18n:translate="">Nosy List</th> |
| 61 <td> | 63 <td> |
| 62 <span tal:replace="structure context/nosy/field" /> | 64 <span tal:replace="structure context/nosy/field" /> |
