]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-config_surfbar.php
Counter for pending surfbar added
[mailer.git] / inc / modules / admin / what-config_surfbar.php
index e82ababe57c41d23935cdf23cf3375132ceea986..6ad36f950fdfb078e02fbb9ca6a127ac99d36612 100644 (file)
@@ -53,7 +53,10 @@ if (isset($_POST['ok'])) {
        $content = array(
                'surfbar_static_reward'   => TRANSLATE_COMMA($_CONFIG['surfbar_static_reward']),
                'surfbar_static_costs'    => TRANSLATE_COMMA($_CONFIG['surfbar_static_costs']),
+               // @TODO Rewrite this to tiny selection boxes
                'surfbar_static_time'     => $_CONFIG['surfbar_static_time'],
+               // @TODO Rewrite this to tiny selection boxes
+               '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']