Mercurial > p > roundup > code
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 1763:f97bf72f758e | 1766:f7e98ed53a48 |
|---|---|
| 138 <th><a tal:attributes="href string:msg${msg/id}" | 138 <th><a tal:attributes="href string:msg${msg/id}" |
| 139 tal:content="string:msg${msg/id}"></a></th> | 139 tal:content="string:msg${msg/id}"></a></th> |
| 140 <th tal:content="string:Author: ${msg/author}">author</th> | 140 <th tal:content="string:Author: ${msg/author}">author</th> |
| 141 <th tal:content="string:Date: ${msg/date}">date</th> | 141 <th tal:content="string:Date: ${msg/date}">date</th> |
| 142 <th> | 142 <th> |
| 143 <a tal:attributes="href string:?:remove:messages=${msg/id}&:action=edit">remove</a> | 143 <a tal:condition="context/is_edit_ok" |
| 144 tal:attributes="href string:issue${context/id}?:remove:messages=${msg/id}&:action=edit">remove</a> | |
| 144 </th> | 145 </th> |
| 145 </tr> | 146 </tr> |
| 146 <tr> | 147 <tr> |
| 147 <td colspan="4" class="content"> | 148 <td colspan="4" class="content"> |
| 148 <pre tal:content="msg/content">content</pre> | 149 <pre tal:content="msg/content">content</pre> |
