]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_edit_sponsor_edit.tpl
Heacy rewrite/cleanup:
[mailer.git] / templates / de / html / admin / admin_edit_sponsor_edit.tpl
index b5b66d4d3d7601e68c2ee626c9116ce45f248689..941ad76f15c708b93c2d6a075c1164c0290185d7 100644 (file)
@@ -1,5 +1,5 @@
 <div align="center">
-<form accept-charset="UTF-8" action="{%url=modules.php?module=admin&amp;what=edit_sponsor&amp;id=$content[id]&amp;do=edit%}" method="post">
+{%form,formMethodPost=modules.php?module=admin&amp;what=edit_sponsor&amp;id=$content[id]&amp;do=edit%}
 <table border="0" cellspacing="0" cellpadding="0" class="table dashed" align="center">
 <tr>
        <td colspan="2" align="center" class="table_header bottom">
                {--SPONSOR_ENTER_PASSWORDS--}:&nbsp;
        </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>