From cf2542f0f5c449fe65d618ff41f7f43501594833 Mon Sep 17 00:00:00 2001 From: mdtrooper Date: Wed, 21 Oct 2009 20:13:17 +0000 Subject: [PATCH] 2009-10-21 Miguel de Dios * include/functions_events.php: tiny fix, the icon for event not validate was old file. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2047 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 5 +++++ pandora_console/include/functions_events.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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 {