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:
parent
443c3b22f4
commit
d282ca5301
|
@ -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>
|
||||
|
||||
* operation/search_results.php: fix interval agent in the search result
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue