Fix missing picto in combo list
This commit is contained in:
parent
035c08536c
commit
9792d4e0aa
@ -526,7 +526,7 @@ $param .= $hookmanager->resPrint;
|
||||
|
||||
$arrayofmassactions = array(
|
||||
'builddoc' => img_picto('', 'pdf', 'class="pictofixedwidth"').$langs->trans("PDFMerge"),
|
||||
'classifyclose'=>$langs->trans("Close"),
|
||||
'classifyclose' => img_picto('', 'stop-circle', 'class="pictofixedwidth"').$langs->trans("Close"),
|
||||
'presend' => img_picto('', 'email', 'class="pictofixedwidth"').$langs->trans("SendByMail"),
|
||||
);
|
||||
if (in_array($massaction, array('presend'))) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user