]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/sponsor/sponsor_fillup_form.tpl
Mailer project continued (heavy refactoring):
[mailer.git] / templates / de / html / sponsor / sponsor_fillup_form.tpl
index 75eef8a926610177d72967249a91ebeaf9dd52f1..54a4089cfca28772e15ae9bef01ee5e9a12970ef 100644 (file)
@@ -1,8 +1,8 @@
 <div align="center">
-<form accept-charset="utf-8" action="{%url=modules.php?module=sponsor&amp;what=fillup%}" method="post">
-<table border="0" cellspacing="0" cellpadding="0" width="450" class="sponsor_table dashed">
+{%form,formMethodPost=modules.php?module=sponsor&amp;what=fillup%}
+<table border="0" cellspacing="0" cellpadding="0" width="450" class="table dashed">
 <tr>
-       <td class="sponsor_header bottom" colspan="2" align="center" height="37">
+       <td class="table_header bottom" colspan="2" align="center" height="37">
                <strong>{--SPONSOR_POINTS_OVERVIEW--}:</strong>
        </td>
 </tr>
        </td>
 </tr>
 <tr>
-       <td class="sponsor_footer" colspan="2" align="center" height="37">
+       <td class="table_footer" colspan="2" align="center" height="37">
                <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
                <input type="submit" class="form_submit" name="ok" value="{--SAVE_SETTINGS--}" />
        </td>
 </tr>
 </table>
-</form>
+{%form_close%}
 </div>