css
This commit is contained in:
parent
e4dea1829e
commit
3e9df092f4
@ -2323,7 +2323,7 @@ if ($resql) {
|
|||||||
print $hookmanager->resPrint;
|
print $hookmanager->resPrint;
|
||||||
// Date creation
|
// Date creation
|
||||||
if (!empty($arrayfields['f.datec']['checked'])) {
|
if (!empty($arrayfields['f.datec']['checked'])) {
|
||||||
print '<td class="nowrap center">';
|
print '<td class="nowraponall center">';
|
||||||
print dol_print_date($db->jdate($obj->date_creation), 'dayhour', 'tzuser');
|
print dol_print_date($db->jdate($obj->date_creation), 'dayhour', 'tzuser');
|
||||||
print '</td>';
|
print '</td>';
|
||||||
if (!$i) {
|
if (!$i) {
|
||||||
@ -2332,7 +2332,7 @@ if ($resql) {
|
|||||||
}
|
}
|
||||||
// Date modification
|
// Date modification
|
||||||
if (!empty($arrayfields['f.tms']['checked'])) {
|
if (!empty($arrayfields['f.tms']['checked'])) {
|
||||||
print '<td class="nowrap center">';
|
print '<td class="nowraponall center">';
|
||||||
print dol_print_date($db->jdate($obj->date_update), 'dayhour', 'tzuser');
|
print dol_print_date($db->jdate($obj->date_update), 'dayhour', 'tzuser');
|
||||||
print '</td>';
|
print '</td>';
|
||||||
if (!$i) {
|
if (!$i) {
|
||||||
@ -2341,7 +2341,7 @@ if ($resql) {
|
|||||||
}
|
}
|
||||||
// Date closing
|
// Date closing
|
||||||
if (!empty($arrayfields['f.date_closing']['checked'])) {
|
if (!empty($arrayfields['f.date_closing']['checked'])) {
|
||||||
print '<td class="nowrap center">';
|
print '<td class="nowraponall center">';
|
||||||
print dol_print_date($db->jdate($obj->date_closing), 'dayhour', 'tzuser');
|
print dol_print_date($db->jdate($obj->date_closing), 'dayhour', 'tzuser');
|
||||||
print '</td>';
|
print '</td>';
|
||||||
if (!$i) {
|
if (!$i) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user