Mercurial > p > roundup > code
diff templates/classic/html/issue.item.html @ 1766:f7e98ed53a48 maint-0.6
merge from HEAD
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Thu, 28 Aug 2003 04:21:22 +0000 |
| parents | 4f945b328b59 |
| children | 5f15fb95180c |
line wrap: on
line diff
--- a/templates/classic/html/issue.item.html Tue Aug 26 12:55:10 2003 +0000 +++ b/templates/classic/html/issue.item.html Thu Aug 28 04:21:22 2003 +0000 @@ -140,7 +140,8 @@ <th tal:content="string:Author: ${msg/author}">author</th> <th tal:content="string:Date: ${msg/date}">date</th> <th> - <a tal:attributes="href string:?:remove:messages=${msg/id}&:action=edit">remove</a> + <a tal:condition="context/is_edit_ok" + tal:attributes="href string:issue${context/id}?:remove:messages=${msg/id}&:action=edit">remove</a> </th> </tr> <tr>
