Merge pull request #25844 from frederic34/patch-9

do not trunc label but only use css overflowmax
This commit is contained in:
Laurent Destailleur
2023-09-08 11:42:51 +02:00
committed by GitHub

View File

@@ -306,7 +306,7 @@ class FormActions
print '</td>';
// Label
print '<td class="tdoverflowmax200" title="'.dol_escape_htmltag($actioncomm->label).'">'.$actioncomm->getNomUrl(0, 36).'</td>';
print '<td class="tdoverflowmax200" title="'.dol_escape_htmltag($actioncomm->label).'">'.$actioncomm->getNomUrl(0).'</td>';
// Date
print '<td class="center nowraponall">'.dol_print_date($actioncomm->datep, 'dayhour', 'tzuserrel');