Skip to content
Snippets Groups Projects
Commit 0d536bff authored by florian HENRY's avatar florian HENRY
Browse files

Fix dashboard

parent 7dec3279
No related branches found
No related tags found
No related merge requests found
......@@ -437,9 +437,11 @@ foreach($valid_dashboardlines as $board)
if ($board->nbtodolate > 0) {
$totallate += $board->nbtodolate;
}
}
// Show dashboard
// Show dashboard
foreach($valid_dashboardlines as $board)
{
$var=!$var;
print '<tr '.$bc[$var].'><td width="16">'.$board->img.'</td><td>'.$board->label.'</td>';
print '<td align="right"><a href="'.$board->url.'">'.$board->nbtodo.'</a></td>';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment