diff --git a/pandora_console/include/functions_html.php b/pandora_console/include/functions_html.php
index b4cc07e6cd..a5b4eb4448 100644
--- a/pandora_console/include/functions_html.php
+++ b/pandora_console/include/functions_html.php
@@ -881,7 +881,7 @@ function html_print_select(
$output .= '';
if ($modal && !enterprise_installed()) {
$output .= "
-
+
";
}
@@ -3010,7 +3010,7 @@ function html_print_button($label='OK', $name='', $disabled=false, $script='', $
if ($modal && !enterprise_installed()) {
$output .= "
-
+
";
}
@@ -3502,7 +3502,7 @@ function html_print_radio_button_extended(
if ($modal && !enterprise_installed()) {
$output .= "
-
+
";
}
diff --git a/pandora_console/include/functions_reporting.php b/pandora_console/include/functions_reporting.php
index 5f04c852c9..14d02e836c 100755
--- a/pandora_console/include/functions_reporting.php
+++ b/pandora_console/include/functions_reporting.php
@@ -10343,7 +10343,7 @@ function reporting_get_stats_alerts($data, $links=false)
*/
if ($data['monitor_alerts'] > $data['total_agents'] && !enterprise_installed()) {
- $tdata[2] = "";
+ $tdata[2] = "";
}
$tdata[3] = html_print_image(
@@ -10500,7 +10500,7 @@ function reporting_get_stats_agents_monitors($data)
*/
if ($data['total_agents'] > 500 && !enterprise_installed()) {
- $tdata[2] = "";
+ $tdata[2] = "";
}
$tdata[3] = html_print_image('images/module.png', true, ['title' => __('Monitor checks'), 'class' => 'invert_filter'], false, false, false, true);
@@ -10514,7 +10514,7 @@ function reporting_get_stats_agents_monitors($data)
*/
if ($data['total_agents']) {
if (($data['monitor_checks'] / $data['total_agents'] > 100) && !enterprise_installed()) {
- $tdata[5] = "";
+ $tdata[5] = "";
}
}
@@ -12828,7 +12828,7 @@ function reporting_get_stats_servers()
$tdata[3] = html_print_image('images/module.png', true, ['title' => __('Ratio').': '.__('Modules by second'), 'class' => 'invert_filter']).'/sec ';
if ($server_performance['total_remote_modules'] > 10000 && !enterprise_installed()) {
- $tdata[4] = "";
+ $tdata[4] = "";
} else {
$tdata[4] = ' ';
}
@@ -12903,7 +12903,7 @@ function reporting_get_stats_servers()
$tdata[1] = ''.html_print_image('images/spinner.gif', true).'';
if (isset($system_events) && $system_events > 50000 && !enterprise_installed()) {
- $tdata[2] = "";
+ $tdata[2] = "";
} else {
$tdata[3] = ' ';
}
diff --git a/pandora_console/include/functions_ui.php b/pandora_console/include/functions_ui.php
index e90b88a146..64d3a469f9 100755
--- a/pandora_console/include/functions_ui.php
+++ b/pandora_console/include/functions_ui.php
@@ -4370,7 +4370,7 @@ function ui_print_page_header(
if ($modal && !enterprise_installed()) {
$buffer .= "
-
+
";
}