This commit is contained in:
Laurent Destailleur 2022-07-28 14:55:47 +02:00
parent 1a61209c0d
commit 5c3139974c

View File

@ -277,7 +277,7 @@ if ($resql) {
print '</td>';
// Title
print '<td>'.$obj->title.'</td>';
print '<td class="tdoverflowmax200" title="'.dol_escape_htmltag($obj->title).'">'.dol_escape_htmltag($obj->title).'</td>';
// Date creation
print '<td class="center">';
@ -286,7 +286,7 @@ if ($resql) {
// Nb of email
if (!$filteremail) {
print '<td class="center">';
print '<td class="center nowraponall">';
$nbemail = $obj->nbemail;
/*if ($obj->statut != 3 && !empty($conf->global->MAILING_LIMIT_SENDBYWEB) && $conf->global->MAILING_LIMIT_SENDBYWEB < $nbemail)
{