X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-config_surfbar.php;h=e4a40f8023c71ffbb8a2f2299b78c40f32d750cf;hb=7967841ac94cdcbd10b4d5c011a1e0a9982ec600;hp=c986d658fe7a7fb4e64523c21452a43e39014bb2;hpb=7b8e99bea1bd896d7d984bb5a04fdbf974890a7c;p=mailer.git diff --git a/inc/modules/admin/what-config_surfbar.php b/inc/modules/admin/what-config_surfbar.php index c986d658fe..e4a40f8023 100644 --- a/inc/modules/admin/what-config_surfbar.php +++ b/inc/modules/admin/what-config_surfbar.php @@ -12,7 +12,7 @@ * -------------------------------------------------------------------- * * * * -------------------------------------------------------------------- * - * Copyright (c) 2003, 2004, 2005, 2006, 2007 by Roland Haeder * + * Copyright (c) 2003 - 2008 by Roland Haeder * * For more information visit: http://www.mxchange.org * * * * This program is free software; you can redistribute it and/or modify * @@ -59,7 +59,9 @@ if (isset($_POST['ok'])) { 'surfbar_restart_time' => $_CONFIG['surfbar_restart_time'], 'surfbar_static_lock' => $_CONFIG['surfbar_static_lock'], 'surfbar_dynamic_percent' => TRANSLATE_COMMA($_CONFIG['surfbar_dynamic_percent']), - 'surfbar_max_order' => $_CONFIG['surfbar_max_order'] + 'surfbar_max_order' => $_CONFIG['surfbar_max_order'], + // @TODO Rewrite this to tiny selection boxes + 'surfbar_stats_reload' => $_CONFIG['surfbar_stats_reload'] ); // Prepare payment model for template @@ -73,17 +75,6 @@ if (isset($_POST['ok'])) { define('__CONFIG_SURFBAR_PAY_MODEL_DYNAMIC', " checked=\"checked\""); } - // Prepare admin notify - if ($_CONFIG['surfbar_notify_admin_unlock'] == "Y") { - // Yes selected - define('__CONFIG_SURFBAR_NOTIFY_ADMIN_UNLOCK_Y' , " checked=\"checked\""); - define('__CONFIG_SURFBAR_NOTIFY_ADMIN_UNLOCK_N', ""); - } else { - // No selected - define('__CONFIG_SURFBAR_NOTIFY_ADMIN_UNLOCK_Y' , ""); - define('__CONFIG_SURFBAR_NOTIFY_ADMIN_UNLOCK_N', " checked=\"checked\""); - } - // Prepare auto-sart if ($_CONFIG['surfbar_autostart'] == "Y") { // Yes selected