diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index cd8d4ab810..a18e47cba1 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,12 @@ +2010-10-12 Junichi Satoh + + * godmode/massive/massive_add_action_alerts.php, + godmode/massive/massive_delete_action_alerts.php, + godmode/massive/massive_add_alerts.php, + godmode/massive/massive_copy_modules.php, + godmode/massive/massive_delete_agents.php, + godmode/massive/massive_edit_agents.php: Fixed action URLs. + 2010-10-11 Miguel de Dios * extensions/system_info.php: finally I finished (I hope) the extension of diff --git a/pandora_console/godmode/massive/massive_add_action_alerts.php b/pandora_console/godmode/massive/massive_add_action_alerts.php index dfe33c09b1..0e58eed31f 100644 --- a/pandora_console/godmode/massive/massive_add_action_alerts.php +++ b/pandora_console/godmode/massive/massive_add_action_alerts.php @@ -189,7 +189,7 @@ $table->data[4][1] .= print_input_text ('fires_max', 0, '', 4, 10, true); $table->data[4][1] .= print_help_icon ("alert-matches", true); $table->data[4][1] .= ''; -echo '
'; +echo ''; print_table ($table); echo '
'; diff --git a/pandora_console/godmode/massive/massive_add_alerts.php b/pandora_console/godmode/massive/massive_add_alerts.php index ca25992c50..e5835c4b34 100644 --- a/pandora_console/godmode/massive/massive_add_alerts.php +++ b/pandora_console/godmode/massive/massive_add_alerts.php @@ -132,7 +132,7 @@ $table->data[2][1] = print_select (index_array ($templates, 'id', 'name'), $table->data[2][2] = ''; $table->data[2][3] = ''; -echo ''; +echo ''; print_table ($table); echo '
'; diff --git a/pandora_console/godmode/massive/massive_copy_modules.php b/pandora_console/godmode/massive/massive_copy_modules.php index 381d5307c2..e5d115a3c8 100644 --- a/pandora_console/godmode/massive/massive_copy_modules.php +++ b/pandora_console/godmode/massive/massive_copy_modules.php @@ -69,7 +69,7 @@ $table->data[0][3] = print_select (get_group_agents ($source_id_group, false, "n // array('style' => 'background: url(images/lightning.png) no-repeat right;'), true) // . ' ' . __("Type two chars at least for search") . ''; -echo ''; +echo ''; echo '
'; echo ''.__('Source'); diff --git a/pandora_console/godmode/massive/massive_delete_action_alerts.php b/pandora_console/godmode/massive/massive_delete_action_alerts.php index 77ae6a6683..df20466acd 100644 --- a/pandora_console/godmode/massive/massive_delete_action_alerts.php +++ b/pandora_console/godmode/massive/massive_delete_action_alerts.php @@ -185,7 +185,7 @@ $actions = get_alert_actions (); $table->data[4][0] = __('Action'); $table->data[4][1] = print_select ($actions, 'action', '', '', __('None'), 0, true); -echo ''; +echo ''; print_table ($table); echo '
'; diff --git a/pandora_console/godmode/massive/massive_delete_agents.php b/pandora_console/godmode/massive/massive_delete_agents.php index d29972911c..d4889c8d5a 100644 --- a/pandora_console/godmode/massive/massive_delete_agents.php +++ b/pandora_console/godmode/massive/massive_delete_agents.php @@ -90,7 +90,7 @@ $table->data[1][0] .= ''; $table->data[1][1] = print_select (get_group_agents ($id_group, false, "none"), 'id_agents[]', 0, false, '', '', true, true); -echo ''; +echo ''; print_table ($table); echo '
'; diff --git a/pandora_console/godmode/massive/massive_edit_agents.php b/pandora_console/godmode/massive/massive_edit_agents.php index 50113c81bc..e1246eeab0 100644 --- a/pandora_console/godmode/massive/massive_edit_agents.php +++ b/pandora_console/godmode/massive/massive_edit_agents.php @@ -179,7 +179,7 @@ $all_agents = get_group_agents ($id_group, array('disabled' => 1), "none") + $en $table->data[1][1] = print_select ($all_agents, 'id_agents[]', 0, false, '', '', true, true); -echo ''; +echo ''; print_table ($table); $nombre_agente = "";