From dcb362de79d7c8f7423618dcc7be79861be508a8 Mon Sep 17 00:00:00 2001 From: Nate Jones Date: Sat, 4 Apr 2015 16:44:43 +0000 Subject: [PATCH] Operator Panel: Start refresh after clicking a status button, and disable clicked status button until refresh. --- app/operator_panel/index_inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/operator_panel/index_inc.php b/app/operator_panel/index_inc.php index 989b0b87f9..b2151a5d89 100644 --- a/app/operator_panel/index_inc.php +++ b/app/operator_panel/index_inc.php @@ -86,7 +86,7 @@ if (sizeof($_SESSION['user']['extensions']) > 0) { $status_options[5]['style'] = "op_btn_status_logged_out"; foreach ($status_options as $status_option) { - echo " \n"; + echo " \n"; } } @@ -120,7 +120,7 @@ if (sizeof($groups) > 0) { echo " "; if (sizeof($groups) > 5) { //show select box - echo " \n"; echo " "; echo " "; foreach ($groups as $group) {