Mercurial > p > roundup > code
diff 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 |
line wrap: on
line diff
--- a/website/issues/html/issue.item.html Thu Jul 12 22:12:58 2012 +0200 +++ b/website/issues/html/issue.item.html Thu Jul 12 22:24:04 2012 +0200 @@ -215,7 +215,7 @@ tal:attributes="href string:file${file/id}">edit</a> </td> <td> - <form style="padding:0" tal:condition="file/is_edit_ok" + <form style="padding:0" method="POST" tal:condition="file/is_edit_ok" tal:attributes="action string:issue${context/id}"> <input type="hidden" name="@remove@files" tal:attributes="value file/id"> <input type="hidden" name="@action" value="edit"> @@ -236,7 +236,7 @@ <th i18n:translate="">Date: <tal:x replace="python:msg.date.pretty('%Y-%m-%d %H:%M')" i18n:name="date" /></th> <th> - <form style="padding:0" tal:condition="msg/is_edit_ok" + <form style="padding:0" method="POST" tal:condition="msg/is_edit_ok" tal:attributes="action string:issue${context/id}"> <input type="hidden" name="@remove@messages" tal:attributes="value msg/id"> <input type="hidden" name="@action" value="edit">
