css
This commit is contained in:
parent
20c9035837
commit
14e92bd0be
@ -1048,8 +1048,8 @@ class Mo extends CommonObject
|
|||||||
$statusType = 'status'.$status;
|
$statusType = 'status'.$status;
|
||||||
if ($status == self::STATUS_VALIDATED) $statusType = 'status1';
|
if ($status == self::STATUS_VALIDATED) $statusType = 'status1';
|
||||||
if ($status == self::STATUS_INPROGRESS) $statusType = 'status3';
|
if ($status == self::STATUS_INPROGRESS) $statusType = 'status3';
|
||||||
if ($status == self::STATUS_PRODUCED) $statusType = 'status5';
|
if ($status == self::STATUS_PRODUCED) $statusType = 'status6';
|
||||||
if ($status == self::STATUS_CANCELED) $statusType = 'status6';
|
if ($status == self::STATUS_CANCELED) $statusType = 'status5';
|
||||||
|
|
||||||
return dolGetStatus($this->labelStatus[$status], $this->labelStatusShort[$status], '', $statusType, $mode);
|
return dolGetStatus($this->labelStatus[$status], $this->labelStatusShort[$status], '', $statusType, $mode);
|
||||||
}
|
}
|
||||||
|
|||||||
@ -693,7 +693,7 @@ if ($conf->use_javascript_ajax)
|
|||||||
print '<tr class="liste_total">';
|
print '<tr class="liste_total">';
|
||||||
print '<td class="liste_total" colspan="'.($colspan + $addcolspan).'">';
|
print '<td class="liste_total" colspan="'.($colspan + $addcolspan).'">';
|
||||||
print $langs->trans("Total");
|
print $langs->trans("Total");
|
||||||
print ' - '.$langs->trans("ExpectedWorkedHours").': <strong>'.price($usertoprocess->weeklyhours, 1, $langs, 0, 0).'</strong>';
|
print '<span class="opacitymediumbycolor"> - '.$langs->trans("ExpectedWorkedHours").': <strong>'.price($usertoprocess->weeklyhours, 1, $langs, 0, 0).'</strong></span>';
|
||||||
print '</td>';
|
print '</td>';
|
||||||
|
|
||||||
for ($idw = 0; $idw < 7; $idw++)
|
for ($idw = 0; $idw < 7; $idw++)
|
||||||
@ -810,7 +810,7 @@ if (count($tasksarray) > 0)
|
|||||||
print '<tr class="liste_total">
|
print '<tr class="liste_total">
|
||||||
<td class="liste_total" colspan="'.($colspan+$addcolspan).'">';
|
<td class="liste_total" colspan="'.($colspan+$addcolspan).'">';
|
||||||
print $langs->trans("Total");
|
print $langs->trans("Total");
|
||||||
print ' - '.$langs->trans("ExpectedWorkedHours").': <strong>'.price($usertoprocess->weeklyhours, 1, $langs, 0, 0).'</strong>';
|
print '<span class="opacitymediumbycolor"> - '.$langs->trans("ExpectedWorkedHours").': <strong>'.price($usertoprocess->weeklyhours, 1, $langs, 0, 0).'</strong></span>';
|
||||||
print '</td>';
|
print '</td>';
|
||||||
|
|
||||||
for ($idw = 0; $idw < 7; $idw++)
|
for ($idw = 0; $idw < 7; $idw++)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user