From c54090a614e74bd0157b47dd2f740f1f12b4d6ca Mon Sep 17 00:00:00 2001 From: danielmaya Date: Fri, 5 Jan 2018 11:32:16 +0100 Subject: [PATCH] Fixed messages in warning popup --- pandora_console/include/functions_ui.php | 2 +- pandora_console/operation/system_alert.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pandora_console/include/functions_ui.php b/pandora_console/include/functions_ui.php index 18efc77784..edcbad7ee4 100755 --- a/pandora_console/include/functions_ui.php +++ b/pandora_console/include/functions_ui.php @@ -279,7 +279,7 @@ function ui_print_message ($message, $class = '', $attributes = '', $return = fa $output .= ' - ' . $text_message . ' + ' . $text_message . ' '; diff --git a/pandora_console/operation/system_alert.php b/pandora_console/operation/system_alert.php index d805095c31..46f15ee10c 100644 --- a/pandora_console/operation/system_alert.php +++ b/pandora_console/operation/system_alert.php @@ -22,7 +22,7 @@ echo "
+echo "
OK
";