img_picto('', 'fa-trash', 'class="pictofixedwidth"') . $langs->trans("delete_user"), //'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_user"), ); $massactionbuttonAdd = $form->selectMassAction('', $arrayofmassactionsAdd, 0, 'massactionadd', 'checkforselectadd'); print ''; ?>