diff --git a/pandora_console/operation/search_main.php b/pandora_console/operation/search_main.php index 288f2b7059..816dc5e856 100644 --- a/pandora_console/operation/search_main.php +++ b/pandora_console/operation/search_main.php @@ -55,9 +55,14 @@ $table->data[0][1] = "data[0][3] = "" . sprintf(__("%s Found"), $totalModules) . ""; -$table->data[0][4] = html_print_image ("images/bell.png", true, array ("title" => __('Alerts found'))); -$table->data[0][5] = "" . - sprintf(__("%s Found"), $totalAlerts) . ""; + +// ------------------- DISABLED FOR SOME INSTALLATIONS------------------ + +//~ $table->data[0][4] = html_print_image ("images/bell.png", true, array ("title" => __('Alerts found'))); +//~ $table->data[0][5] = "" . + //~ sprintf(__("%s Found"), $totalAlerts) . ""; +// --------------------------------------------------------------------- + $table->data[0][6] = html_print_image ("images/input_user.png", true, array ("title" => __('Users found'))); $table->data[0][7] = "" . sprintf(__("%s Found"), $totalUsers) . ""; diff --git a/pandora_console/operation/search_results.php b/pandora_console/operation/search_results.php index d8b7899792..450534ac68 100644 --- a/pandora_console/operation/search_results.php +++ b/pandora_console/operation/search_results.php @@ -169,7 +169,13 @@ switch ($searchTab) { require_once('search_agents.getdata.php'); require_once('search_agents.php'); require_once('search_users.getdata.php'); - require_once('search_alerts.getdata.php'); + + // ------------------- DISABLED FOR SOME INSTALLATIONS---------- + + //~ require_once('search_alerts.getdata.php'); + + // ------------------------------------------------------------- + require_once('search_graphs.getdata.php'); require_once('search_reports.getdata.php'); require_once('search_maps.getdata.php');