Skip to content
Snippets Groups Projects
Commit efde88d2 authored by Juanjo Menent's avatar Juanjo Menent
Browse files

Merge pull request #3247 from aspangaro/3.8-patch4

Fix: [Homepage] colspan problem with tasks box
parents 59b8ae9c f970494d
No related branches found
No related tags found
No related merge requests found
......@@ -122,7 +122,7 @@ class box_task extends ModeleBoxes
// Add the sum à the bottom of the boxes
$this->info_box_contents[$i][0] = array('tr' => 'class="liste_total"', 'td' => 'align="left" colspan="2" ', 'text' => $langs->trans("Total")." ".$textHead);
$this->info_box_contents[$i][0] = array('tr' => 'class="liste_total"', 'td' => 'align="left" ', 'text' => $langs->trans("Total")." ".$textHead);
$this->info_box_contents[$i][2] = array('td' => 'align="right" ', 'text' => number_format($totalnb, 0, ',', ' ')." ".$langs->trans("Tasks"));
$this->info_box_contents[$i][3] = array('td' => 'align="right" ', 'text' => ConvertSecondToTime($totalplannedtot,'all',25200,5));
$this->info_box_contents[$i][4] = array('td' => 'align="right" ', 'text' => ConvertSecondToTime($totaldurationtot,'all',25200,5));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment