]> 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 3b4a76deeaad17f0b681a62a60f71a2f431f8d5b..c7a802dca20752f2d8c6cf62a3d27d10b1c18955 100644 (file)
@@ -1,8 +1,8 @@
 <div align="center">
-<form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=config_points&amp;sub=settings%}" method="post">
-<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
+{%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="admin_title bottom">
+               <td colspan="2" align="center" class="table_header bottom">
                        <strong>{--ADMIN_CONFIG_POINT_SETTINGS_TITLE--}</strong>
                </td>
        </tr>
                </td>
                <td class="bottom" align="right">
                        {--ADMIN_CONFIG_POINTS_DIRECT--}
-                       <input type="radio" name="allow_direct_pay" value="Y" class="admin_normal"$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" name="allow_direct_pay" value="N" class="admin_normal"$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" name="reg_points_mode" value="ref" class="admin_normal"$content[reg_points_mode_ref] />
-                       <hr noshade width="220">
-                       {--ADMIN_CONFIG_REFMODE_DIRECT--}
-                       <input type="radio" name="reg_points_mode" value="direct" class="admin_normal"$content[reg_points_mode_direct] />
-               </td>
-       </tr>
-       <tr>
-               <td class="bottom" align="right">{--REFERAL_PAYOUT--}</td>
+               <td class="bottom" align="right">{--ADMIN_CONFIG_REFERRAL_PAYOUT--}</td>
                <td class="bottom" align="center">
-                       <input type="text" name="ref_payout" class="admin_normal" size="3" maxlength="3" value="{?ref_payout?}" />
+                       <input type="text" class="form_field" name="ref_payout" size="3" maxlength="3" value="{?ref_payout?}" />
                </td>
        </tr>
        <tr>
-               <td colspan="2" class="admin_footer">
-                       <input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
-                       <input type="submit" name="ok" class="admin_submit" value="{--SAVE_SETTINGS--}" />
+               <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--}" />
                </td>
        </tr>
 </table>
-</form>
+{%form_close%}
 </div>