Update list.php

This commit is contained in:
Anthony Berton 2021-04-14 00:27:46 +02:00
parent 29dd2e4b67
commit 9e40b8bf4c

View File

@ -836,7 +836,7 @@ if ($resql) {
$arrayofmassactions['setbilled'] =img_picto('', 'bill').' '.$langs->trans("ClassifyBilled");
}
if ($permissiontodelete) {
$arrayofmassactions['predelete'] = '<span class="fa fa-trash paddingrightonly"></span>'.img_picto('', 'fa-trash').$langs->trans("Delete");
$arrayofmassactions['predelete'] = img_picto('', 'delete').'&ensp;'.img_picto('', 'fa-trash').$langs->trans("Delete");
}
if (in_array($massaction, array('presend', 'predelete', 'closed'))) {