css
This commit is contained in:
parent
5dd0d05c4e
commit
eb3438baa7
@ -655,21 +655,21 @@ if ($object->fetch($id) >= 0) {
|
|||||||
print '</td>';
|
print '</td>';
|
||||||
|
|
||||||
// Date last update
|
// Date last update
|
||||||
print '<td class="center">';
|
print '<td class="center nowraponall">';
|
||||||
print dol_print_date($obj->tms, 'dayhour');
|
print dol_print_date($obj->tms, 'dayhour');
|
||||||
print '</td>';
|
print '</td>';
|
||||||
|
|
||||||
// Status of recipient sending email (Warning != status of emailing)
|
// Status of recipient sending email (Warning != status of emailing)
|
||||||
if ($obj->statut == 0) {
|
if ($obj->statut == 0) {
|
||||||
// Date sent
|
// Date sent
|
||||||
print '<td align="center"> </td>';
|
print '<td align="center"></td>';
|
||||||
|
|
||||||
print '<td class="nowrap right">';
|
print '<td class="nowrap right">';
|
||||||
print $object::libStatutDest($obj->statut, 2, '');
|
print $object::libStatutDest($obj->statut, 2, '');
|
||||||
print '</td>';
|
print '</td>';
|
||||||
} else {
|
} else {
|
||||||
// Date sent
|
// Date sent
|
||||||
print '<td class="center">'.$obj->date_envoi.'</td>';
|
print '<td class="center nowraponall">'.$obj->date_envoi.'</td>';
|
||||||
|
|
||||||
print '<td class="nowrap right">';
|
print '<td class="nowrap right">';
|
||||||
print $object::libStatutDest($obj->statut, 2, $obj->error_text);
|
print $object::libStatutDest($obj->statut, 2, $obj->error_text);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user