css
This commit is contained in:
parent
4ed1da1632
commit
2ff6791e53
@ -251,12 +251,12 @@ print '<br>';
|
|||||||
|
|
||||||
// Label
|
// Label
|
||||||
|
|
||||||
print $langs->trans("Label").' ';
|
print $langs->trans("Label").' : ';
|
||||||
print '<b>'.$object->label.'</b><br>';
|
print '<b>'.$object->label.'</b><br>';
|
||||||
|
|
||||||
// Date
|
// Date
|
||||||
|
|
||||||
print $langs->trans("DateExpected").' ';
|
print $langs->trans("DateExpected").' : ';
|
||||||
print '<b>';
|
print '<b>';
|
||||||
if ($object->date_planned > $now) {
|
if ($object->date_planned > $now) {
|
||||||
print dol_print_date($object->date_planned, 'day');
|
print dol_print_date($object->date_planned, 'day');
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user