diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index cd0f7e60a0..d11d2689e2 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,7 @@ +2011-11-30 Juan Manuel Ramon + + * godmode/massive/massive_operations.php: Cleaned code. + 2011-11-30 Juan Manuel Ramon * include/functions_agents.php: Fixed call to agents_get_modules diff --git a/pandora_console/godmode/massive/massive_operations.php b/pandora_console/godmode/massive/massive_operations.php index 65ba7806f9..094c6a89b5 100644 --- a/pandora_console/godmode/massive/massive_operations.php +++ b/pandora_console/godmode/massive/massive_operations.php @@ -148,15 +148,11 @@ $submit_template_not_standby = get_parameter('id_alert_template_not_standby'); $submit_template_standby = get_parameter('id_alert_template_standby'); $submit_add = get_parameter('crtbutton'); -/*if (!empty($submit_action) or !empty($submit_update) or !empty($submit_del) - or !empty($submit_template_disabled) or !empty($submit_template_enabled) - or !empty($submit_template_not_standby) or !empty($submit_template_standby) - or !empty($submit_add)){*/ - echo '
'; - echo html_print_image("images/wait.gif", true, array("border" => '0')) . '
'; - echo ''.__('Please wait').'...'; - echo '
'; -//} +echo '
'; +echo html_print_image("images/wait.gif", true, array("border" => '0')) . '
'; +echo ''.__('Please wait').'...'; +echo '
'; + ?>