img_picto('', 'delete', 'class="pictofixedwidth"') . $langs->trans("delete_tool"), //'moveto' => img_picto('', 'fa-share', 'class="pictofixedwidth"') . $langs->trans("move_to"), ); $massactionbutton = $form->selectMassAction('', $arrayofmassactions); print ''; $arrayofmassactionsAdd = array( 'add' => img_picto('', 'fa-plus', 'class="pictofixedwidth"') . $langs->trans("add_tool"), ); $massactionbuttonAdd = $form->selectMassAction('', $arrayofmassactionsAdd, 0, 'massactionadd', 'checkforselectadd'); print ''; ?>