]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/guest/guest_sponsor_reg.tpl
Heacy rewrite/cleanup:
[mailer.git] / templates / de / html / guest / guest_sponsor_reg.tpl
index b4c5a9bc58251195bc3decac4bc46a81dc08b06a..61d520219d1ca1233ab20a36032586de02b4b0a0 100644 (file)
@@ -13,7 +13,7 @@
 </div>
 
 <div align="center">
-<form accept-charset="UTF-8" action="{%url=modules.php?module=index&amp;what=sponsor_reg%}" method="post">
+{%form,formMethodPost=modules.php?module=index&amp;what=sponsor_reg%}
 <table border="0" cellspacing="0" cellpadding="0" class="table dashed" width="530">
 <tr>
        <td class="table_header bottom" colspan="2" align="center">
                {--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>