2011-11-30 Juan Manuel Ramon <juanmanuel.ramon@artica.es>

* godmode/massive/massive_operations.php: Cleaned code.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@5219 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
juanmanuelr 2011-11-30 16:35:04 +00:00
parent 07b7b9bdc1
commit 24fe9ee841
2 changed files with 9 additions and 9 deletions

View File

@ -1,3 +1,7 @@
2011-11-30 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
* godmode/massive/massive_operations.php: Cleaned code.
2011-11-30 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
* include/functions_agents.php: Fixed call to agents_get_modules

View File

@ -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 '<div id="loading" display="none">';
echo html_print_image("images/wait.gif", true, array("border" => '0')) . '<br />';
echo '<strong>'.__('Please wait').'...</strong>';
echo '</div>';
//}
echo '<div id="loading" display="none">';
echo html_print_image("images/wait.gif", true, array("border" => '0')) . '<br />';
echo '<strong>'.__('Please wait').'...</strong>';
echo '</div>';
?>