'; global $http; require_once NOALYSS_INCLUDE.'/class/anc_grandlivre.class.php'; $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->show_button(); printf (''; echo $grandLivre->show_button(); ?> '; echo _('Aucune donnée trouvée'); echo ''; } } echo ''; ?>