]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_point_settings.tpl
Deprecated 'replacer' removed. Now we use EL code instead (there are a lot example...
[mailer.git] / templates / de / html / admin / admin_config_point_settings.tpl
index b89749b6539564c4108d25b0c1645e4c7f0b12ca..00d70e80b7e188dd59135f8af727d4efeea1b49a 100644 (file)
                </td>
                <td class="bottom" align="right">
                        {--ADMIN_CONFIG_POINTS_DIRECT--}
-                       <input type="radio" 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" 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" name="reg_points_mode" value="ref" class="form_field"$content[reg_points_mode_ref] />
+                       <input type="radio" class="form_field" name="reg_points_mode" value="ref"$content[reg_points_mode_ref] />
                        <hr noshade width="220">
                        {--ADMIN_CONFIG_REFMODE_DIRECT--}
-                       <input type="radio" name="reg_points_mode" value="direct" class="form_field"$content[reg_points_mode_direct] />
+                       <input type="radio" class="form_field" name="reg_points_mode" value="direct"$content[reg_points_mode_direct] />
                </td>
        </tr>
        <tr>
-               <td class="bottom" align="right">{--REFERAL_PAYOUT--}</td>
+               <td class="bottom" align="right">{--ADMIN_CONFIG_REFERAL_PAYOUT--}</td>
                <td class="bottom" align="center">
-                       <input type="text" name="ref_payout" class="form_field" 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="table_footer">
                        <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
-                       <input type="submit" name="ok" class="form_submit" value="{--SAVE_SETTINGS--}" />
+                       <input type="submit" class="form_submit" name="ok" value="{--SAVE_SETTINGS--}" />
                </td>
        </tr>
 </table>