Fix: view background color in view mode
This commit is contained in:
parent
da2f1fa536
commit
59920dc63a
@ -640,7 +640,7 @@ else
|
|||||||
|
|
||||||
// Message
|
// Message
|
||||||
print '<tr><td valign="top">'.$langs->trans("MailMessage").'</td>';
|
print '<tr><td valign="top">'.$langs->trans("MailMessage").'</td>';
|
||||||
print '<td colspan="3">';
|
print '<td colspan="3" bgcolor="'.($mil->bgcolor?$mil->bgcolor:'white').'">';
|
||||||
print dol_htmlentitiesbr($mil->body);
|
print dol_htmlentitiesbr($mil->body);
|
||||||
print '</td>';
|
print '</td>';
|
||||||
print '</tr>';
|
print '</tr>';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user