Mercurial > p > roundup > code
comparison website/issues/html/user.index.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 | f63a2b15e628 |
comparison
equal
deleted
inserted
replaced
| 4643:09df6e4c6975 | 4644:20e0e5ce217f |
|---|---|
| 61 <td tal:content="python:user.realname.plain() or default"> </td> | 61 <td tal:content="python:user.realname.plain() or default"> </td> |
| 62 <td tal:content="python:user.organisation.plain() or default"> </td> | 62 <td tal:content="python:user.organisation.plain() or default"> </td> |
| 63 <td tal:content="python:user.address.email() or default"> </td> | 63 <td tal:content="python:user.address.email() or default"> </td> |
| 64 <td tal:content="python:user.phone.plain() or default"> </td> | 64 <td tal:content="python:user.phone.plain() or default"> </td> |
| 65 <td tal:condition="context/is_edit_ok"> | 65 <td tal:condition="context/is_edit_ok"> |
| 66 <a tal:attributes="href string:user${user/id}?@action=retire&@template=index" | 66 <form style="padding:0" method="POST" |
| 67 i18n:translate="">retire</a> | 67 tal:attributes="action string:user${user/id}"> |
| 68 <input type="hidden" name="@template" value="index"> | |
| 69 <input type="hidden" name="@action" value="retire"> | |
| 70 <input type="submit" value="retire" i18n:attributes="value"> | |
| 71 </form> | |
| 68 </td> | 72 </td> |
| 69 </tr> | 73 </tr> |
| 70 </tal:block> | 74 </tal:block> |
| 71 <tr tal:condition="batch"> | 75 <tr tal:condition="batch"> |
| 72 <th tal:attributes="colspan python:len(request.columns)"> | 76 <th tal:attributes="colspan python:len(request.columns)"> |
