Mailer project continued (heavy refactoring):
[mailer.git] / templates / de / html / admin / admin_lock_user.tpl
index cb357a8e256b5206315de0d764e06575ad8e1af2..d3b5df316097c34a02c9a7666b922f8b1659c8f4 100644 (file)
@@ -1,5 +1,5 @@
 <div align="center">
-<form accept-charset="UTF-8" action="{%url=modules.php?module=admin&amp;what=lock_user&amp;userid={%pipe,bigintval=$content[userid]%}%}" method="post">
+{%form,formMethodPost=modules.php?module=admin&amp;what=lock_user&amp;userid=$content[userid]%}
 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
        <tr>
                <td align="center" class="table_header bottom">
@@ -26,5 +26,5 @@
                </td>
        </tr>
 </table>
-</form>
+{%form_close%}
 </div>