Look and feel v13
This commit is contained in:
parent
7cd437b2d7
commit
753396ec20
@ -189,7 +189,7 @@ class box_task extends ModeleBoxes
|
||||
$projectstatic->ref = $objp->project_ref;
|
||||
$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);
|
||||
|
||||
|
||||
@ -2430,7 +2430,7 @@ function getTaskProgressView($task, $label = true, $progressNumber = true, $hide
|
||||
$out .= '</b>';
|
||||
$out .= '</a>';
|
||||
|
||||
$out .= '/';
|
||||
$out .= ' / ';
|
||||
|
||||
$out .= '<a href="'.$url.'" >';
|
||||
$out .= '<span title="'.$langs->trans('PlannedWorkload').'" >';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user