]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_edit_user.tpl
Continued:
[mailer.git] / templates / de / html / admin / admin_edit_user.tpl
index 6a3e775aa5a775f01f588f614b5ab4f9c14b534e..8ac7de0f32c8d41d33e85262818fb4a45cef760a 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">
@@ -7,9 +7,9 @@
                </td>
        </tr>
        <tr>
-               <td width="195" align="right" height="21">{--GENDER--}:</td>
+               <td width="195" align="right" height="21">{--SEX--}:</td>
                <td width="195">
-                       {%pipe,generateGenderSelectionBox=$content[gender]%}
+                       {%pipe,generateSexSelectionBox=$content[sex]%}
                </td>
        </tr>
        <tr>
        </tr>
        <tr>
                <td colspan="2" align="center" class="table_footer bottom">
-                       <div class="tiny">{--ADMIN_EDIT_USER_PASSWORD_NOTE--}</div>
+                       <div class="tiny">{--ADMIN_EDIT_USER_PASSWORD_NOTICE--}</div>
                </td>
        </tr>
        <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>