]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_point_settings.tpl
Huge script change, see http://forum.mxchange.org/topic-458.html for details:
[mailer.git] / templates / de / html / admin / admin_config_point_settings.tpl
index 90916f241a9ae999072d0f6a19996647f71c92ac..829e4a0b521d7898b273ddffa9d12723a899a803 100644 (file)
@@ -1,4 +1,4 @@
-<form action="{?URL?}/modules.php?module=admin&amp;what=config_points&amp;sub=settings" method="post">
+<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" width="500">
        <tr>
                <td colspan="2" align="center" class="admin_title bottom2" height="30">
                {--ADMIN_CONFIG_DIRECT_PAY--}</td>
                <td width="240" align="right">
                {--ADMIN_CONFIG_POINTS_DIRECT--}&nbsp;<input type="radio"
-                       name="allow_direct_pay" value="Y" class="admin_normal"{!__DIRECT_Y!} /><br />
+                       name="allow_direct_pay" value="Y" class="admin_normal"$content[allow_direct_pay_y] /><br />
                <hr noshade width="220">
                {--ADMIN_CONFIG_POINTS_MAILS--}&nbsp;<input type="radio"
-                       name="allow_direct_pay" value="N" class="admin_normal"{!__DIRECT_N!} />
+                       name="allow_direct_pay" value="N" class="admin_normal"$content[allow_direct_pay_n] />
                </td>
        </tr>
        <tr>
                <td align="right" height="20">{--ADMIN_CONFIG_REFMODE--}</td>
                <td align="right" style="padding-right: 10px">
                {--ADMIN_CONFIG_REFMODE_REF--}&nbsp;<input type="radio"
-                       name="reg_points_mode" value="ref" class="admin_normal"{!__MODE_REF!}>
+                       name="reg_points_mode" value="ref" class="admin_normal"$content[reg_points_mode_ref] />
                <hr noshade width="220">
                {--ADMIN_CONFIG_REFMODE_DIRECT--}&nbsp;<input type="radio"
-                       name="reg_points_mode" value="direct" class="admin_normal"{!__MODE_DIRECT!}>
+                       name="reg_points_mode" value="direct" class="admin_normal"$content[reg_points_mode_direct] />
                </td>
        </tr>
        <tr>
@@ -44,7 +44,7 @@
                <td align="right">{--REF_PAYOUT--}</td>
                <td align="center"><input type="text" name="ref_payout"
                        class="admin_normal" size="3" maxlength="3"
-                       value="{!__REF_PAYOUT!}"></td>
+                       value="{?ref_payout?}" /></td>
        </tr>
        <tr>
                <td colspan="2" class="bottom2 seperator" height="5">&nbsp;</td>