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