Look and feel v16
This commit is contained in:
parent
2e15a14c14
commit
7de1fe8646
@ -288,7 +288,10 @@ if ($resql) {
|
||||
print '</td>';
|
||||
|
||||
// Date
|
||||
print '<td>'.dol_print_date($db->jdate($obj->datem), 'day').'</td>';
|
||||
$datem = $db->jdate($obj->datem);
|
||||
print '<td class="center" title="'.dol_escape_htmltag($langs->trans("DateModification").': '.dol_print_date($datem, 'dayhour', 'tzuserrel')).'">';
|
||||
print dol_print_date($datem, 'day', 'tzuserrel');
|
||||
print '</td>';
|
||||
|
||||
// Status
|
||||
print '<td class="right">'.$projectstatic->LibStatut($obj->status, 3).'</td>';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user