]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_point_settings.tpl
Mailer project continued (heavy refactoring):
[mailer.git] / templates / de / html / admin / admin_config_point_settings.tpl
index f2b33a04b0d28a38f768a64babb4f6864583865a..c7a802dca20752f2d8c6cf62a3d27d10b1c18955 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">
                </td>
                <td class="bottom" align="right">
                        {--ADMIN_CONFIG_POINTS_DIRECT--}
-                       <input type="radio" class="form_field" name="allow_direct_pay" value="Y" class="form_field"$content[allow_direct_pay_y] /><br />
+                       <input type="radio" class="form_field" name="allow_direct_pay" value="Y"$content[allow_direct_pay_y] /><br />
                        <hr noshade width="220">
                        {--ADMIN_CONFIG_POINTS_MAILS--}
-                       <input type="radio" class="form_field" name="allow_direct_pay" value="N" class="form_field"$content[allow_direct_pay_n] />
+                       <input type="radio" class="form_field" name="allow_direct_pay" value="N"$content[allow_direct_pay_n] />
                </td>
        </tr>
        <tr>
-               <td class="bottom" align="right">{--ADMIN_CONFIG_REFMODE--}</td>
-               <td class="bottom" align="right" style="padding-right: 10px">
-                       {--ADMIN_CONFIG_REFMODE_REF--}
-                       <input type="radio" class="form_field" name="reg_points_mode" value="ref" class="form_field"$content[reg_points_mode_ref] />
-                       <hr noshade width="220">
-                       {--ADMIN_CONFIG_REFMODE_DIRECT--}
-                       <input type="radio" class="form_field" name="reg_points_mode" value="direct" class="form_field"$content[reg_points_mode_direct] />
-               </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>
@@ -41,5 +31,5 @@
                </td>
        </tr>
 </table>
-</form>
+{%form_close%}
 </div>