]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_sponsor.tpl
Rewrote a lot parts to extract 'payments' table (+ handling) into own extension:
[mailer.git] / templates / de / html / admin / admin_config_sponsor.tpl
index c537e729c5d1449a30397348d92104b942264773..b6092c16deda6de0da4cc90583fc3b018f9216a7 100644 (file)
@@ -1,5 +1,5 @@
 <div align="center">
-<form accept-charset="UTF-8" action="{%url=modules.php?module=admin&amp;what=config_sponsor%}" method="post">
+{%form,formMethodPost=modules.php?module=admin&amp;what=config_sponsor%}
 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
 <tr>
        <td colspan="2" align="center" class="table_header bottom">
@@ -16,7 +16,7 @@
 </tr>
 <tr>
        <td class="bottom" align="right" width="350">
-               {--ADMIN_CONFIG_SPONSOR_REFERAL_POINTS--}:
+               {--ADMIN_CONFIG_SPONSOR_REFERRAL_POINTS--}:
        </td>
        <td class="bottom" width="150" align="center">
                <input type="text" class="form_field" name="sponsor_ref_points" size="12" maxlength="20" value="{?sponsor_ref_points?}" />
@@ -25,9 +25,9 @@
 <tr>
        <td colspan="2" class="table_footer">
                <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
-               <input type="submit" class="form_submit" name="ok" value="{--SAVE_SETTINGS--}" />
+               <input type="submit" class="form_submit" name="save_config" value="{--SAVE_SETTINGS--}" />
        </td>
 </tr>
 </table>
-</form>
+{%form_close%}
 </div>