]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/sponsor/sponsor_account_form.tpl
Continued:
[mailer.git] / templates / de / html / sponsor / sponsor_account_form.tpl
index a0096784deffe52d8cbccc6e58d46cb991e5078b..66bb37d10789d83afa72e419d76d9c7446ab6275 100644 (file)
@@ -1,5 +1,5 @@
 <div align="center">
-<form accept-charset="UTF-8" action="{%url=modules.php?module=sponsor&amp;what=account%}" method="post">
+{%form,formMethodPost=modules.php?module=sponsor&amp;what=account%}
 <table border="0" cellspacing="0" cellpadding="0" width="550" class="table dashed">
 <tr>
        <td colspan="2" align="center" class="table_header bottom" height="32">
 </tr>
 <tr>
        <td class="bottom right" align="right" height="27">
-               {--GENDER--}:
+               {--SEX--}:
        </td>
        <td class="bottom">
-               {%pipe,generateGenderSelectionBox=$content[gender]%}
+               {%pipe,generateSexSelectionBox=$content[sex]%}
        </td>
 </tr>
 <tr>
@@ -82,7 +82,7 @@
 </tr>
 <tr>
        <td class="bottom right" align="right" height="27">
-               {--SPONSOR_ENTER_CNTRY_ZIP_CITY--}:
+               {--SPONSOR_ENTER_COUNTRY_CODE_ZIP_CITY--}:
        </td>
        <td class="bottom">
                <input type="text" class="form_field" name="country" size="2" maxlength="2" value="{%sponsor,country=$content[id]%}" />-<input type="text" class="form_field" name="zip" size="5" maxlength="6" value="{%sponsor,zip,bigintval=$content[id]%}" />
                {--SPONSOR_ENTER_PASSWORDS--}:
        </td>
        <td class="bottom">
-               <input type="password" class="form_field" name="pass1" size="10" maxlength="255" />
-               <input type="password" class="form_field" name="pass2" size="10" maxlength="255" />
+               <input type="password" class="form_field" name="password1" size="10" maxlength="255" />
+               <input type="password" class="form_field" name="password2" size="10" maxlength="255" />
        </td>
 </tr>
 <tr>
        </td>
 </tr>
 </table>
-</form>
+{%form_close%}
 </div>