diff 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
line wrap: on
line diff
--- a/templates/classic/html/issue.item.html	Fri Aug 11 00:27:38 2006 +0000
+++ b/templates/classic/html/issue.item.html	Fri Aug 11 00:36:30 2006 +0000
@@ -52,9 +52,11 @@
  <td>
   <span tal:replace="structure python:context.superseder.field(showid=1, size=20)" />
   <span tal:condition="context/is_edit_ok" tal:replace="structure python:db.issue.classhelp('id,title', property='superseder')" />
-  <span tal:condition="context/superseder" tal:repeat="sup context/superseder">
-   <br><span i18n:translate="">View: <a i18n:name="link" tal:content="sup/id"
-     tal:attributes="href string:issue${sup/id}"></a></span>
+  <span tal:condition="context/superseder">
+   <br><span i18n:translate="">View:</span>
+     <a tal:repeat="sup context/superseder"
+        tal:content="python:sup['id'] + ', '*(not repeat['sup'].end)"
+        tal:attributes="href string:issue${sup/id}"></a>
   </span>
  </td>
  <th i18n:translate="">Nosy List</th>

Roundup Issue Tracker: http://roundup-tracker.org/