]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_add_sponsor.tpl
Mailer project rwritten:
[mailer.git] / templates / de / html / admin / admin_add_sponsor.tpl
index bd3de060182dd4f2d192759af1400994574b89ee..696e1e96adc8f7bff7b4f0a8aa0089ec676a13b9 100644 (file)
@@ -1,5 +1,5 @@
 <div align="center">
-<form accept-charset="UTF-8" action="{%url=modules.php?module=admin&amp;what=add_sponsor%}" method="post">
+{%form,formMethodPost=modules.php?module=admin&amp;what=add_sponsor%}
 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
 <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>