Skip to content

Commit fd8be59

Browse files
author
Richard Jones
committed
nicer listing of Superseder links (sf non-patch [SF#497767])
1 parent e9c2c36 commit fd8be59

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGES.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Fixed:
2121
- update for latest version of pysqlite (sf bug 1487098; patch 1534227)
2222
- updated ZRoundup for Zope 2.9 (sf patch 1511734)
2323
- fix timelog example in customisation doc to mention permissions
24+
- nicer listing of Superseder links (sf non-patch 1497767)
2425

2526

2627
2006-04-27 1.1.2

doc/index.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ Fredrik Lundh,
120120
Georges Martin,
121121
Gordon McMillan,
122122
John F Meinel Jr,
123+
Toni Mueller,
123124
Stefan Niederhauser,
124125
Truls E. N�ss,
125126
Patrick Ohly,

templates/classic/html/issue.item.html

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,11 @@
5252
<td>
5353
<span tal:replace="structure python:context.superseder.field(showid=1, size=20)" />
5454
<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">
56-
<br><span i18n:translate="">View: <a i18n:name="link" tal:content="sup/id"
57-
tal:attributes="href string:issue${sup/id}"></a></span>
55+
<span tal:condition="context/superseder">
56+
<br><span i18n:translate="">View:</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>
5860
</span>
5961
</td>
6062
<th i18n:translate="">Nosy List</th>

0 commit comments

Comments
 (0)