diff --git a/pandora_console/godmode/alerts/alert_special_days.php b/pandora_console/godmode/alerts/alert_special_days.php index 7a29f7758b..31f787f910 100644 --- a/pandora_console/godmode/alerts/alert_special_days.php +++ b/pandora_console/godmode/alerts/alert_special_days.php @@ -551,7 +551,7 @@ for ($month = 1; $month <= 12; $month++) { $cal_table->data[$cal_line][$week] .= 'data[$cal_line][$week] .= '>'.html_print_image( - 'images/add.png', + 'images/add_mc.png', true, ['class' => 'invert_filter'] ).''; diff --git a/pandora_console/include/class/ConfigPEN.class.php b/pandora_console/include/class/ConfigPEN.class.php index 5f5e692077..0482c10863 100644 --- a/pandora_console/include/class/ConfigPEN.class.php +++ b/pandora_console/include/class/ConfigPEN.class.php @@ -246,7 +246,7 @@ class ConfigPEN extends HTML $tmp->options .= $tmp->pen; $tmp->options .= '\')" >'; $tmp->options .= html_print_image( - 'images/eye.png', + 'images/operation.png', true, [ 'title' => __('Show'), diff --git a/pandora_console/include/functions_html.php b/pandora_console/include/functions_html.php index adb1fd9b9d..bb19f7c962 100644 --- a/pandora_console/include/functions_html.php +++ b/pandora_console/include/functions_html.php @@ -4037,7 +4037,7 @@ function html_print_autocomplete_modules( ob_start(); - $module_icon = 'images/module.png'; + $module_icon = 'images/search_module.png'; if ($config['style'] === 'pandora_black') { $module_icon = 'images/brick.menu.png'; } diff --git a/pandora_console/include/functions_ui.php b/pandora_console/include/functions_ui.php index 8026bd12c2..267b5123c4 100755 --- a/pandora_console/include/functions_ui.php +++ b/pandora_console/include/functions_ui.php @@ -4689,7 +4689,7 @@ function ui_print_agent_autocomplete_input($parameters) } // Default value. - $icon_agent = 'images/agent.png'; + $icon_agent = 'images/search_agent.png'; if ($config['style'] === 'pandora_black') { $icon_agent = 'images/agent_mc.menu.png';