. */ include_once __DIR__.'/../../core.php'; switch (post('op')) { case 'export-bulk': $_SESSION['superselect']['mastrini'] = $id_records; $print = Prints::getModulePredefinedPrint($id_module); header('location: '.$rootdir.'/pdfgen.php?id_print='.$print['id'].'&id_record='.$id_records[0]); exit; } return [ 'export-bulk' => [ 'text' => ' '.tr('Esporta PDF'), 'data' => [ 'title' => tr('Vuoi davvero esportare il PDF?'), 'msg' => '', 'button' => tr('Procedi'), 'class' => 'btn btn-lg btn-warning', 'blank' => true, ], ], ];