]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_edit_user.tpl
Removed some column aliases as they make it harder to check which column was ment
[mailer.git] / templates / de / html / admin / admin_edit_user.tpl
index eb0faf4ae592534f605ec30ef4426e5546be5a5e..93c1ae5dc828ac12fe6ee2ff0f1135a86173f15d 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">
        <tr>
                <td align="right">{--ADMIN_ENTER_PASSWORD1--}:</td>
                <td>
-                       <input type="password" class="form_field" name="pass1" size="5" maxlength="255" />
+                       <input type="password" class="form_field" name="password1" size="5" maxlength="255" />
                </td>
        </tr>
        <tr>
                <td class="bottom" align="right">{--ADMIN_ENTER_PASSWORD2--}:</td>
                <td class="bottom">
-                       <input type="password" class="form_field" name="pass2" size="5" maxlength="255" />
+                       <input type="password" class="form_field" name="password2" size="5" maxlength="255" />
                </td>
        </tr>
        <tr>
@@ -78,5 +78,5 @@
                </td>
        </tr>
 </table>
-</form>
+{%form_close%}
 </div>