]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_point_settings.tpl
AJAX installation is 'basicly finished' :) Plus I threw in a small christmas present...
[mailer.git] / templates / de / html / admin / admin_config_point_settings.tpl
index ddfb9b29094d6cb873de8559094074da8f54ccc7..40fba448f98627f30b80027c0a6616abc6bf701e 100644 (file)
@@ -1,5 +1,5 @@
 <div align="center">
-<form accept-charset="UTF-8" action="{%url=modules.php?module=admin&amp;what=config_points&amp;sub=settings%}" method="post">
+{%form,formMethodPost=modules.php?module=admin&amp;what=config_points&amp;sub=settings%}
 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
        <tr>
                <td colspan="2" align="center" class="table_header bottom">
@@ -19,7 +19,7 @@
                </td>
        </tr>
        <tr>
-               <td class="bottom" align="right">{--ADMIN_CONFIG_REFERAL_PAYOUT--}</td>
+               <td class="bottom" align="right">{--ADMIN_CONFIG_REFERRAL_PAYOUT--}</td>
                <td class="bottom" align="center">
                        <input type="text" class="form_field" name="ref_payout" size="3" maxlength="3" value="{?ref_payout?}" />
                </td>
@@ -27,9 +27,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>