'; global $http; $cn=Dossier::connect(); $grandLivre=new Anc_Grandlivre($cn); $grandLivre->get_request(); /* * Form */ echo '
'; $result=$http->request('result',"string",null); if ($result != null) { $grandLivre->load(); if ($grandLivre->has_data != 0 ) { echo ''; echo _('Tout sélectionner')." ".ICheckBox::toggle_checkbox('export_pdf_bt1','export_anc_receipt_pdf'); echo ''; $task_id=uniqid(); echo $grandLivre->button_export_csv(); printf (''; echo $grandLivre->button_export_csv(); ?> '; echo _('Aucune donnée trouvée'); echo ''; } } echo ''; ?>