]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/sponsor/sponsor_account_form.tpl
Rewrote some code, added templates/functions:
[mailer.git] / templates / de / html / sponsor / sponsor_account_form.tpl
index a0096784deffe52d8cbccc6e58d46cb991e5078b..f61b5544ae50d06cbf096e1f1aecbb4852b52fd9 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">
@@ -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>