a
This commit is contained in:
parent
c958473eb4
commit
44bd3e45a5
|
|
@ -217,7 +217,7 @@ class ControleurAjaximprimerbonexamen extends Controleurrequete
|
|||
$fichier="Temp/TMP_facture_definitive"."_".uniqid().".pdf";
|
||||
$pdf->Output($fichier,"F");
|
||||
|
||||
$t_html =' <div id ="div_export_b" class="alert alert-info"> ';
|
||||
$t_html =' <div id ="div_export_b" class="alert alert-info" style="text-align: center;"> ';
|
||||
$t_html .=' <a style="font-size:15pt;" href="'.$fichier.'" target="_blank" > '._("TELECHARGER").' </a> ';
|
||||
$t_html .=' </div ';
|
||||
echo $t_html;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user