From 8a3b04672f186e24fd3cb8aa0abbff5cfdfd8620 Mon Sep 17 00:00:00 2001 From: zarzuelo Date: Wed, 9 Jun 2010 09:39:43 +0000 Subject: [PATCH] 2010-06-09 Sergio Martin * godmode/agentes/agent_manager.php: Fixed the agent icons on agent setup for bug: 3013426 git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2883 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 5 ++++ .../godmode/agentes/agent_manager.php | 29 +++++++++++-------- 2 files changed, 22 insertions(+), 12 deletions(-) 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'); ?>