2009-10-21 Miguel de Dios <miguel.dedios@artica.es>

* 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
This commit is contained in:
mdtrooper 2009-10-21 20:13:17 +00:00
parent 443c3b22f4
commit d282ca5301
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2009-10-21 Miguel de Dios <miguel.dedios@artica.es>
* include/functions_events.php: tiny fix, the icon for event not validate
was old file.
2009-10-21 Miguel de Dios <miguel.dedios@artica.es> 2009-10-21 Miguel de Dios <miguel.dedios@artica.es>
* operation/search_results.php: fix interval agent in the search result * operation/search_results.php: fix interval agent in the search result

View File

@ -308,7 +308,7 @@ function print_events_table ($filter = "", $limit = 10, $width = 440, $return =
// Colored box // Colored box
if ($event["estado"] == 0) { if ($event["estado"] == 0) {
$img = "images/cross.png"; $img = "images/tick_off.png";
$title = __('Event validate'); $title = __('Event validate');
} }
else { else {