diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 9c52f6460d..8590799e21 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,8 @@ +2010-06-09 Sergio Martin + + * godmode/agentes/agent_manager.php: Fixed the agent icons on + agent setup for bug: 3013426 + 2010-06-09 Junichi Satoh * godmode/agentes/module_manager_editor_wmi.php: Added missing '_'. diff --git a/pandora_console/godmode/agentes/agent_manager.php b/pandora_console/godmode/agentes/agent_manager.php index 04d4df6956..a69c8abdc1 100644 --- a/pandora_console/godmode/agentes/agent_manager.php +++ b/pandora_console/godmode/agentes/agent_manager.php @@ -212,11 +212,11 @@ $path = 'images/gis_map/icons/'; //TODO set better method the path $table->data[12][0] = __('Agent icon'); $table->data[12][1] = print_select($arraySelectIcon, "icon_path", $icon_path, "changeIcons();", __('None'), '', true) . - ' ' . __('Without status') . ': ' . - ' ' . __('Default') . ': ' . - ' ' . __('Ok') . ': ' . - ' ' . __('Bad') . ': ' . - ' ' . __('Warning') . ': '; + ' ' . __('Without status') . ': ' . + ' ' . __('Default') . ': ' . + ' ' . __('Ok') . ': ' . + ' ' . __('Bad') . ': ' . + ' ' . __('Warning') . ': '; if ($config['activate_gis']) { $table->data[13][0] = __('Ignore new GIS data:'); @@ -244,7 +244,7 @@ require_jquery_file ('autocomplete'); ?>