Fix css
This commit is contained in:
parent
5ec52548ab
commit
925b47d1b2
@ -1071,11 +1071,11 @@ if ($action == 'create' && $user->rights->projet->creer && (empty($object->third
|
|||||||
$j = 0; $level = 0;
|
$j = 0; $level = 0;
|
||||||
$nboftaskshown = projectLinesa($j, 0, $tasksarray, $level, true, 0, $tasksrole, $object->id, 1, $object->id, $filterprogresscalc, ($object->usage_bill_time ? 1 : 0), $arrayfields);
|
$nboftaskshown = projectLinesa($j, 0, $tasksarray, $level, true, 0, $tasksrole, $object->id, 1, $object->id, $filterprogresscalc, ($object->usage_bill_time ? 1 : 0), $arrayfields);
|
||||||
} else {
|
} else {
|
||||||
$colspan = 10;
|
$colspan = 11;
|
||||||
if ($object->usage_bill_time) {
|
if ($object->usage_bill_time) {
|
||||||
$colspan += 2;
|
$colspan += 2;
|
||||||
}
|
}
|
||||||
print '<tr class="oddeven nobottom"><td colspan="'.$colspan.'"><span class="opacitymedium">'.$langs->trans("NoTasks").'</span></td></tr>';
|
print '<tr class="oddeven"><td colspan="'.$colspan.'"><span class="opacitymedium">'.$langs->trans("NoTasks").'</span></td></tr>';
|
||||||
}
|
}
|
||||||
|
|
||||||
print "</table>";
|
print "</table>";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user