Update agenda.lib.php
This commit is contained in:
parent
2814a5c07b
commit
83ed70f72f
@ -237,6 +237,7 @@ function show_array_actions_to_do($max = 5)
|
||||
{
|
||||
$num = $db->num_rows($resql);
|
||||
|
||||
print '<div class="div-table-responsive-no-min">';
|
||||
print '<table class="noborder" width="100%">';
|
||||
print '<tr class="liste_titre"><th colspan="2">'.$langs->trans("LastActionsToDo", $max).'</th>';
|
||||
print '<th colspan="2" class="right"><a class="commonlink" href="'.DOL_URL_ROOT.'/comm/action/list.php?status=todo">'.$langs->trans("FullList").'</a></th>';
|
||||
@ -292,7 +293,7 @@ function show_array_actions_to_do($max = 5)
|
||||
|
||||
$i++;
|
||||
}
|
||||
print "</table><br>";
|
||||
print "</table></div><br>";
|
||||
|
||||
$db->free($resql);
|
||||
}
|
||||
@ -334,6 +335,7 @@ function show_array_last_actions_done($max = 5)
|
||||
{
|
||||
$num = $db->num_rows($resql);
|
||||
|
||||
print '<div class="div-table-responsive-no-min">';
|
||||
print '<table class="noborder" width="100%">';
|
||||
print '<tr class="liste_titre"><th colspan="2">'.$langs->trans("LastDoneTasks", $max).'</th>';
|
||||
print '<th colspan="2" class="right"><a class="commonlink" href="'.DOL_URL_ROOT.'/comm/action/list.php?status=done">'.$langs->trans("FullList").'</a></th>';
|
||||
@ -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 "</table><br>";
|
||||
print "</table></div><br>";
|
||||
|
||||
$db->free($resql);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user