Mercurial > p > roundup > code
comparison website/issues/html/issue.item.html @ 4644:20e0e5ce217f
Tracker: Following upgrading docs for the "retire" and "remove" buttons.
| author | Bernhard Reiter <bernhard@intevation.de> |
|---|---|
| date | Thu, 12 Jul 2012 22:24:04 +0200 |
| parents | c2d0d3e9099d |
| children | 871dc7904d7a |
comparison
equal
deleted
inserted
replaced
| 4643:09df6e4c6975 | 4644:20e0e5ce217f |
|---|---|
| 213 <td tal:content="file/description" /> | 213 <td tal:content="file/description" /> |
| 214 <td><a tal:condition="file/is_edit_ok" | 214 <td><a tal:condition="file/is_edit_ok" |
| 215 tal:attributes="href string:file${file/id}">edit</a> | 215 tal:attributes="href string:file${file/id}">edit</a> |
| 216 </td> | 216 </td> |
| 217 <td> | 217 <td> |
| 218 <form style="padding:0" tal:condition="file/is_edit_ok" | 218 <form style="padding:0" method="POST" tal:condition="file/is_edit_ok" |
| 219 tal:attributes="action string:issue${context/id}"> | 219 tal:attributes="action string:issue${context/id}"> |
| 220 <input type="hidden" name="@remove@files" tal:attributes="value file/id"> | 220 <input type="hidden" name="@remove@files" tal:attributes="value file/id"> |
| 221 <input type="hidden" name="@action" value="edit"> | 221 <input type="hidden" name="@action" value="edit"> |
| 222 <input type="submit" value="remove" i18n:attributes="value"> | 222 <input type="submit" value="remove" i18n:attributes="value"> |
| 223 </form> | 223 </form> |
| 234 <th i18n:translate="">Author: <tal:x replace="python:msg.author.realname.plain()" | 234 <th i18n:translate="">Author: <tal:x replace="python:msg.author.realname.plain()" |
| 235 i18n:name="author" /> (<tal:x replace="msg/author"/>)</th> | 235 i18n:name="author" /> (<tal:x replace="msg/author"/>)</th> |
| 236 <th i18n:translate="">Date: <tal:x replace="python:msg.date.pretty('%Y-%m-%d %H:%M')" | 236 <th i18n:translate="">Date: <tal:x replace="python:msg.date.pretty('%Y-%m-%d %H:%M')" |
| 237 i18n:name="date" /></th> | 237 i18n:name="date" /></th> |
| 238 <th> | 238 <th> |
| 239 <form style="padding:0" tal:condition="msg/is_edit_ok" | 239 <form style="padding:0" method="POST" tal:condition="msg/is_edit_ok" |
| 240 tal:attributes="action string:issue${context/id}"> | 240 tal:attributes="action string:issue${context/id}"> |
| 241 <input type="hidden" name="@remove@messages" tal:attributes="value msg/id"> | 241 <input type="hidden" name="@remove@messages" tal:attributes="value msg/id"> |
| 242 <input type="hidden" name="@action" value="edit"> | 242 <input type="hidden" name="@action" value="edit"> |
| 243 <input type="submit" value="remove" i18n:attributes="value"> | 243 <input type="submit" value="remove" i18n:attributes="value"> |
| 244 </form> | 244 </form> |
