X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-config_bonus.php;h=c07251b6dcc45229002b15d0b3007cdda70b3707;hp=b0b5bc1616d6ce25d9e6351fbbdfddf67af1eb58;hb=6032b7018b83778f1592383238f4e0d28f718622;hpb=60494e212a67fe360bfbb481eb4928480a6f379b diff --git a/inc/modules/admin/what-config_bonus.php b/inc/modules/admin/what-config_bonus.php index b0b5bc1616..c07251b6dc 100644 --- a/inc/modules/admin/what-config_bonus.php +++ b/inc/modules/admin/what-config_bonus.php @@ -71,13 +71,10 @@ if (isset($_POST['ok'])) $_CONFIG['bonus_di_notify'] = $_POST['bonus_di_notify']; // Include sending out mails - if ((($_CONFIG['bonus_active'] == 'Y') && ($_CONFIG['bonus_en_notify'] == 'Y')) || (($_CONFIG['bonus_active'] == 'N') && ($_CONFIG['bonus_di_notify'] == 'Y'))) - { + if ((($_CONFIG['bonus_active'] == "Y") && ($_CONFIG['bonus_en_notify'] == "Y")) || (($_CONFIG['bonus_active'] == "N") && ($_CONFIG['bonus_di_notify'] == "Y"))) { include(PATH."inc/mails/bonus_mails.php"); } -} - else -{ +} else { // Prepare contants for the template define('__LOGIN_VALUE' , TRANSLATE_COMMA($_CONFIG['login_bonus'] , false)); define('__TURBO_VALUE' , TRANSLATE_COMMA($_CONFIG['turbo_bonus'] , false)); @@ -89,7 +86,7 @@ if (isset($_POST['ok'])) define('__TLINES_VALUE', $_CONFIG['bonus_lines']); // Transfer options to template __MEMBER_SELECTION - ADD_MEMBER_SELECTION_BOX(false, true, true, $_CONFIG['bonus_uid']); + ADD_MEMBER_SELECTION_BOX($_CONFIG['bonus_uid'], false, true, true); // Initialize array for the points list $RANKS = explode(";", $_CONFIG['bonus_rates']); @@ -99,16 +96,13 @@ if (isset($_POST['ok'])) // Generate list $OUT = "
    \n"; - foreach ($RANKS as $k=>$rate) - { - if (!empty($rate)) - { + foreach ($RANKS as $k=>$rate) { + if (!empty($rate)) { // Print only when something is in $OUT .= "
  1.  (".POINTS.")\n"; } } - for ($i = 3; $i < 8; $i++) - { + for ($i = 3; $i < 8; $i++) { $OUT .= "
  2.  (".POINTS.")\n"; } $OUT .= "
\n"; @@ -122,122 +116,122 @@ if (isset($_POST['ok'])) switch ($_CONFIG['bonus_active']) { case 'Y': - define('__BONUS_ACTIVE_Y', " checked"); + define('__BONUS_ACTIVE_Y', ' checked'); define('__BONUS_ACTIVE_N', ""); break; case 'N': define('__BONUS_ACTIVE_Y', ""); - define('__BONUS_ACTIVE_N', " checked"); + define('__BONUS_ACTIVE_N', ' checked'); break; } // Other bonus to de-/activate switch ($_CONFIG['bonus_login_yn']) { case 'Y': - define('__BONUS_LOGIN_Y', " checked"); + define('__BONUS_LOGIN_Y', ' checked'); define('__BONUS_LOGIN_N', ""); break; case 'N': define('__BONUS_LOGIN_Y', ""); - define('__BONUS_LOGIN_N', " checked"); + define('__BONUS_LOGIN_N', ' checked'); break; } switch ($_CONFIG['bonus_stats_yn']) { case 'Y': - define('__BONUS_STATS_Y', " checked"); + define('__BONUS_STATS_Y', ' checked'); define('__BONUS_STATS_N', ""); break; case 'N': define('__BONUS_STATS_Y', ""); - define('__BONUS_STATS_N', " checked"); + define('__BONUS_STATS_N', ' checked'); break; } switch ($_CONFIG['bonus_order_yn']) { case 'Y': - define('__BONUS_ORDER_Y', " checked"); + define('__BONUS_ORDER_Y', ' checked'); define('__BONUS_ORDER_N', ""); break; case 'N': define('__BONUS_ORDER_Y', ""); - define('__BONUS_ORDER_N', " checked"); + define('__BONUS_ORDER_N', ' checked'); break; } switch ($_CONFIG['bonus_ref_yn']) { case 'Y': - define('__BONUS_REF_Y', " checked"); + define('__BONUS_REF_Y', ' checked'); define('__BONUS_REF_N', ""); break; case 'N': define('__BONUS_REF_Y', ""); - define('__BONUS_REF_N', " checked"); + define('__BONUS_REF_N', ' checked'); break; } switch ($_CONFIG['bonus_click_yn']) { case 'Y': - define('__BONUS_CLICK_Y', " checked"); + define('__BONUS_CLICK_Y', ' checked'); define('__BONUS_CLICK_N', ""); break; case 'N': define('__BONUS_CLICK_Y', ""); - define('__BONUS_CLICK_N', " checked"); + define('__BONUS_CLICK_N', ' checked'); break; } switch ($_CONFIG['bonus_en_notify']) { case 'Y': - define('__BONUS_EN_NOTIFY_Y', " checked"); + define('__BONUS_EN_NOTIFY_Y', ' checked'); define('__BONUS_EN_NOTIFY_N', ""); break; case 'N': define('__BONUS_EN_NOTIFY_Y', ""); - define('__BONUS_EN_NOTIFY_N', " checked"); + define('__BONUS_EN_NOTIFY_N', ' checked'); break; } switch ($_CONFIG['bonus_di_notify']) { case 'Y': - define('__BONUS_DI_NOTIFY_Y', " checked"); + define('__BONUS_DI_NOTIFY_Y', ' checked'); define('__BONUS_DI_NOTIFY_N', ""); break; case 'N': define('__BONUS_DI_NOTIFY_Y', ""); - define('__BONUS_DI_NOTIFY_N', " checked"); + define('__BONUS_DI_NOTIFY_N', ' checked'); break; } switch ($_CONFIG['bonus_new_mem_notify']) { case 'Y': - define('__BONUS_NEW_MEMBER_NOTIFY_Y', " checked"); + define('__BONUS_NEW_MEMBER_NOTIFY_Y', ' checked'); define('__BONUS_NEW_MEMBER_NOTIFY_N', ""); break; case 'N': define('__BONUS_NEW_MEMBER_NOTIFY_Y', ""); - define('__BONUS_NEW_MEMBER_NOTIFY_N', " checked"); + define('__BONUS_NEW_MEMBER_NOTIFY_N', ' checked'); break; } switch ($_CONFIG['bonus_include_own']) { case 'Y': - define('__BONUS_INCLUDE_OWN_Y', " checked"); + define('__BONUS_INCLUDE_OWN_Y', ' checked'); define('__BONUS_INCLUDE_OWN_N', ""); break; case 'N': define('__BONUS_INCLUDE_OWN_Y', ""); - define('__BONUS_INCLUDE_OWN_N', " checked"); + define('__BONUS_INCLUDE_OWN_N', ' checked'); break; }