Mercurial > p > roundup > code
comparison templates/classic/html/issue.item.html @ 1765:14a2f1529759
fix CGI editCSV action to handle metakit's integer itemids
- apply fix for "remove" links from Klamer Schutte
- added permission check on "remove" link while I was there..
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Thu, 28 Aug 2003 01:39:15 +0000 |
| parents | 4f945b328b59 |
| children | 5f15fb95180c |
comparison
equal
deleted
inserted
replaced
| 1764:cd50fbc275a1 | 1765:14a2f1529759 |
|---|---|
| 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> |
