diff --git a/pandora_console/images/load.png b/pandora_console/images/load.png index 80ce7173fd..eed400ddaf 100644 Binary files a/pandora_console/images/load.png and b/pandora_console/images/load.png differ diff --git a/pandora_console/images/search_agent.png b/pandora_console/images/search_agent.png new file mode 100644 index 0000000000..bdcbc84793 Binary files /dev/null and b/pandora_console/images/search_agent.png differ diff --git a/pandora_console/images/search_module.png b/pandora_console/images/search_module.png new file mode 100644 index 0000000000..31e3bc6275 Binary files /dev/null and b/pandora_console/images/search_module.png differ diff --git a/pandora_console/include/functions_html.php b/pandora_console/include/functions_html.php index 03fb765b0e..cfc32ed8a4 100644 --- a/pandora_console/include/functions_html.php +++ b/pandora_console/include/functions_html.php @@ -2162,7 +2162,7 @@ function html_print_autocomplete_modules($name = 'module', ob_start(); html_print_input_text_extended ($name, $default, 'text-' . $name, '', 30, 100, false, '', - array('style' => 'background: url(images/input_module.png) no-repeat right;')); + array('style' => 'background: url(images/search_module.png) no-repeat right;')); html_print_input_hidden($name . "_hidden", $id_agent_module); ui_print_help_tip(__('Type at least two characters to search the module.'), false); diff --git a/pandora_console/include/functions_ui.php b/pandora_console/include/functions_ui.php index 5c48f1dcf1..9e138b446d 100755 --- a/pandora_console/include/functions_ui.php +++ b/pandora_console/include/functions_ui.php @@ -2760,7 +2760,7 @@ function ui_print_agent_autocomplete_input($parameters) { //Default value - $icon_image = html_print_image('images/input_agent.png', true, false, true); + $icon_image = html_print_image('images/search_agent.png', true, false, true); if (isset($parameters['icon_image'])) { $icon_image = $parameters['icon_image']; }