diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 84d4c53924..bc6fcd7c84 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,12 @@ +2009-11-22 Raul Mateos + + * images/spinner.png, images/background-li.png: New images converted + from gif. + + * *.php: Changed several files from spinner.gif to spinner.png. + + * extensions/update_manager/settings.php: Changed header. + 2009-11-21 Raul Mateos * godmode/alerts/alert_list.php, operation/events/events.php, diff --git a/pandora_console/extensions/update_manager/settings.php b/pandora_console/extensions/update_manager/settings.php index 60d7ab42ae..97ee74e5da 100644 --- a/pandora_console/extensions/update_manager/settings.php +++ b/pandora_console/extensions/update_manager/settings.php @@ -36,7 +36,7 @@ if ($update_settings) { $settings = um_db_load_settings (); -echo '

'.__('Update manager')." » ". __('Settings').'

'; +echo '

'.__('Extensions'). " » ". __('Update manager').' - '. __('Settings').'

'; echo '
'; $table->width = '95%'; diff --git a/pandora_console/general/ui/agents_list.php b/pandora_console/general/ui/agents_list.php index 7641266573..470b4052fe 100644 --- a/pandora_console/general/ui/agents_list.php +++ b/pandora_console/general/ui/agents_list.php @@ -116,7 +116,7 @@ unset ($filter['offset']); if (! is_ajax ()) { echo ''; } diff --git a/pandora_console/godmode/agentes/massive_config.php b/pandora_console/godmode/agentes/massive_config.php index 22028f643a..f3a3b2acc2 100644 --- a/pandora_console/godmode/agentes/massive_config.php +++ b/pandora_console/godmode/agentes/massive_config.php @@ -62,7 +62,7 @@ $table->data[0][1] = print_select ($groups, 'source_id_group', $source_id_group, false, '', '', true); $table->data[0][2] = __('Agent'); $table->data[0][2] .= ' '; $table->data[0][3] = print_select (get_group_agents ($source_id_group, false, "none"), 'source_id_agent', $source_id_agent, false, __('Select'), 0, true); @@ -128,7 +128,7 @@ $table->data[2][1] .= ''.__('No alerts for this agent').''; $table->data[2][1] .= ''; echo ''; @@ -146,7 +146,7 @@ $table->data[0][1] = print_select ($groups, 'destiny_id_group', $destiny_id_grou $table->data[1][0] = __('Agent'); $table->data[1][0] .= ''; $table->data[1][1] = print_select (get_group_agents ($destiny_id_group, false, "none"), 'destiny_id_agent[]', 0, false, '', '', true, true); diff --git a/pandora_console/godmode/agentes/massive_delete_agents.php b/pandora_console/godmode/agentes/massive_delete_agents.php index 454dfac92a..e003f30a20 100644 --- a/pandora_console/godmode/agentes/massive_delete_agents.php +++ b/pandora_console/godmode/agentes/massive_delete_agents.php @@ -87,7 +87,7 @@ $table->data[0][1] = print_select ($groups, 'id_group', $id_group, $table->data[1][0] = __('Agents'); $table->data[1][0] .= ''; $table->data[1][1] = print_select (get_group_agents ($id_group, false, "none"), 'id_agents[]', 0, false, '', '', true, true); diff --git a/pandora_console/godmode/agentes/massive_delete_alerts.php b/pandora_console/godmode/agentes/massive_delete_alerts.php index 8a67398bf8..04107ecfd9 100644 --- a/pandora_console/godmode/agentes/massive_delete_alerts.php +++ b/pandora_console/godmode/agentes/massive_delete_alerts.php @@ -105,7 +105,7 @@ $table->data[1][1] = print_select ($groups, 'id_group', $id_group, $table->data[2][0] = __('Agent'); $table->data[2][0] .= ''; $agents_alerts = get_agents_with_alert_template ($id_alert_template, $id_group, false, array ('tagente.nombre', 'tagente.id_agente')); diff --git a/pandora_console/godmode/agentes/massive_delete_modules.php b/pandora_console/godmode/agentes/massive_delete_modules.php index 10d931a84d..63d2b933ae 100644 --- a/pandora_console/godmode/agentes/massive_delete_modules.php +++ b/pandora_console/godmode/agentes/massive_delete_modules.php @@ -108,7 +108,7 @@ $table->data[1][1] = print_select ($groups, 'id_group', $id_group, $table->data[2][0] = __('Agent'); $table->data[2][0] .= ''; $agents = get_agents_with_module_name ($module_name, $id_group, array ('delete_pending' => 0, diff --git a/pandora_console/godmode/agentes/massive_edit_modules.php b/pandora_console/godmode/agentes/massive_edit_modules.php index 498bca7ae5..49a23d5261 100644 --- a/pandora_console/godmode/agentes/massive_edit_modules.php +++ b/pandora_console/godmode/agentes/massive_edit_modules.php @@ -142,7 +142,7 @@ foreach ($module_types as $type) { $table->data = array (); $table->data[0][0] = __('Module type'); $table->data[0][0] .= ''; $table->data[0][1] = print_select ($types, 'module_type', $module_type, false, __('Select'), 0, true, false, false); diff --git a/pandora_console/godmode/agentes/module_manager_editor_common.php b/pandora_console/godmode/agentes/module_manager_editor_common.php index ae9bf66c1c..c459e963bb 100644 --- a/pandora_console/godmode/agentes/module_manager_editor_common.php +++ b/pandora_console/godmode/agentes/module_manager_editor_common.php @@ -80,7 +80,7 @@ function add_component_selection ($id_network_component_type) { '---'.__('Manual setup').'---', 0, true); $data[1] .= ''; $data[1] .= ' '; $table_simple->colspan['module_component'][1] = 3; diff --git a/pandora_console/godmode/agentes/module_manager_editor_network.php b/pandora_console/godmode/agentes/module_manager_editor_network.php index d76a8fdd3f..a828065dfe 100644 --- a/pandora_console/godmode/agentes/module_manager_editor_network.php +++ b/pandora_console/godmode/agentes/module_manager_editor_network.php @@ -61,7 +61,7 @@ $data[1] .= ''.__('Unable to do SNMP walk').''; $data[1] .= ' '; $data[1] .= print_button (__('SNMP walk'), 'snmp_walk', $ip_target == '', '', 'class="sub next"', true); diff --git a/pandora_console/godmode/agentes/module_manager_editor_prediction.php b/pandora_console/godmode/agentes/module_manager_editor_prediction.php index c1c13bc7ff..49821dd974 100644 --- a/pandora_console/godmode/agentes/module_manager_editor_prediction.php +++ b/pandora_console/godmode/agentes/module_manager_editor_prediction.php @@ -34,13 +34,13 @@ $data[1] = ''; $data[1] .= print_select ($groups, 'prediction_id_group', $prediction_id_group, '', '', '', true); $data[1] .= ' '; $data[1] .= ''; $data[1] .= print_select ($agents, 'prediction_id_agent', $prediction_id_agent, '', '', '', true); $data[1] .= ' '; $data[1] .= ''; $data[1] .= print_select ($modules, 'prediction_module', $prediction_module, '', diff --git a/pandora_console/godmode/alerts/alert_compounds.php b/pandora_console/godmode/alerts/alert_compounds.php index 2fd6c30f79..77db2bdfed 100644 --- a/pandora_console/godmode/alerts/alert_compounds.php +++ b/pandora_console/godmode/alerts/alert_compounds.php @@ -97,7 +97,7 @@ $table->data[0][1] = print_select ($groups, 'id_group', $id_group, false, '', '', true); $table->data[0][2] = __('Agent'); $table->data[0][2] .= ' '; $table->data[0][3] = print_select ($agents, 'id_agent', $id_agent, false, __('All'), 0, true); diff --git a/pandora_console/godmode/alerts/alert_list.php b/pandora_console/godmode/alerts/alert_list.php index 470f2e6f30..19d3c7e086 100644 --- a/pandora_console/godmode/alerts/alert_list.php +++ b/pandora_console/godmode/alerts/alert_list.php @@ -501,7 +501,7 @@ $table->data[0][1] = print_select ($modules, 'id_agent_module', 0, true, $table->data[0][1] .= ' '; $table->data[0][1] .= ' '; +$table->data[0][1] .= ''; $table->data[1][0] = __('Template'); $templates = get_alert_templates (false, array ('id', 'name')); @@ -517,7 +517,7 @@ $actions = array ('0' => __('None')); $table->data[2][1] = '
'; $table->data[2][1] = print_select($actions,'action_select','','','','',true); $table->data[2][1] .= ' '; +$table->data[2][1] .= ''; $table->data[2][1] .= '