css
This commit is contained in:
parent
84a81fde36
commit
c14471e419
@ -1858,8 +1858,8 @@ while ($i < $imaxinloop) {
|
|||||||
}
|
}
|
||||||
// Email MsgID
|
// Email MsgID
|
||||||
if (!empty($arrayfields['p.email_msgid']['checked'])) {
|
if (!empty($arrayfields['p.email_msgid']['checked'])) {
|
||||||
print '<td class="center">';
|
print '<td class="tdoverflowmax125" title="'.dol_escape_htmltag($obj->email_msgid).'">';
|
||||||
print $obj->email_msgid;
|
print dol_escape_htmltag($obj->email_msgid);
|
||||||
print '</td>';
|
print '</td>';
|
||||||
if (!$i) $totalarray['nbfield']++;
|
if (!$i) $totalarray['nbfield']++;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user