prestation/Vue/Ajaxdetailfactureclassique/detailrejet.php
2025-12-05 10:42:46 +00:00

28 lines
1.4 KiB
PHP
Executable File

<button class="sr-only" id="btn_popmajdetailrejetrbcl" name="btn_popmajdetailrejetrbcl" type="button" data-bs-toggle="modal" data-bs-target="#popmajdetailrejetrbcl" > </button>
<div class="modal fade" id="popmajdetailrejetrbcl" role="dialog" data-bs-backdrop="static" data-bs-keyboard="false" >
<div class="modal-dialog modal-lg">
<div class="modal-content">
<div class="modal-header">
<button id="btn_close_popmajdetailrejetrbcl" name="btn_close_popmajdetailrejetrbcl" type="button" class="close" data-bs-dismiss="modal"> <?= _("Fermer") ?> </button>
<h4 class="modal-title"><?= _("Détail rejet") ?></h4>
</div>
<div class="modal-body">
<input class="sr-only" type="text" id="idPrestationRejete" name="idPrestationRejete" value="<?= $idPrestation ?>" >
<td> <textarea id ="detailRejet" name="detailRejet" style="font-size:12pt;" rows="6" cols="107" ><?= $detailRejet ?></textarea> </td>
<input id="btn_enreg_detailrejetrbcl" name="btn_enreg_detailrejetrbcl" class = "form-control btn btn-primary" type="button" value="<?= _("Enregistrter") ?>" onClick="javascript:enregistrer_detail_rejet_rbcl();" style='font-size:10pt;' >
</div>
<div class="modal-footer">
<button id="close_pop_maj_detail_rejet" name="close_pop_maj_detail_rejet" type="button" class="btn btn-default" data-bs-dismiss="modal"> <?= _("Fermer") ?> </button>
</div>
</div>
</div>
</div>