diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 3b6620a8ad..e5ac1039d7 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,8 @@ +2009-10-21 Miguel de Dios + + * include/functions_events.php: tiny fix, the icon for event not validate + was old file. + 2009-10-21 Miguel de Dios * operation/search_results.php: fix interval agent in the search result diff --git a/pandora_console/include/functions_events.php b/pandora_console/include/functions_events.php index 9bff5d241a..6b92beb02d 100644 --- a/pandora_console/include/functions_events.php +++ b/pandora_console/include/functions_events.php @@ -308,7 +308,7 @@ function print_events_table ($filter = "", $limit = 10, $width = 440, $return = // Colored box if ($event["estado"] == 0) { - $img = "images/cross.png"; + $img = "images/tick_off.png"; $title = __('Event validate'); } else {