diff --git a/htdocs/core/lib/agenda.lib.php b/htdocs/core/lib/agenda.lib.php index f331a0e5320..af859ccca7f 100644 --- a/htdocs/core/lib/agenda.lib.php +++ b/htdocs/core/lib/agenda.lib.php @@ -237,6 +237,7 @@ function show_array_actions_to_do($max = 5) { $num = $db->num_rows($resql); + print '
'; print ''; print ''; print ''; @@ -292,7 +293,7 @@ function show_array_actions_to_do($max = 5) $i++; } - print "
'.$langs->trans("LastActionsToDo", $max).''.$langs->trans("FullList").'

"; + print "

"; $db->free($resql); } @@ -334,6 +335,7 @@ function show_array_last_actions_done($max = 5) { $num = $db->num_rows($resql); + print '
'; print ''; print ''; print ''; @@ -380,7 +382,7 @@ function show_array_last_actions_done($max = 5) } // TODO Ajouter rappel pour "il y a des contrats a mettre en service" // TODO Ajouter rappel pour "il y a des contrats qui arrivent a expiration" - print "
'.$langs->trans("LastDoneTasks", $max).''.$langs->trans("FullList").'

"; + print "

"; $db->free($resql); }