Look and feel v13

This commit is contained in:
Laurent Destailleur 2020-09-11 12:19:40 +02:00
parent 7cd437b2d7
commit 753396ec20
2 changed files with 2 additions and 2 deletions

View File

@ -189,7 +189,7 @@ class box_task extends ModeleBoxes
$projectstatic->ref = $objp->project_ref; $projectstatic->ref = $objp->project_ref;
$projectstatic->title = $objp->project_title; $projectstatic->title = $objp->project_title;
$label = $projectstatic->getNomUrl(1).' '.$taskstatic->getNomUrl(1).' '.dol_htmlentities($taskstatic->label); $label = $projectstatic->getNomUrl(1).'   '.$taskstatic->getNomUrl(1).' '.dol_htmlentities($taskstatic->label);
$boxcontent = getTaskProgressView($taskstatic, $label, true, false, false); $boxcontent = getTaskProgressView($taskstatic, $label, true, false, false);