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