prestation/Vue/Ajaxmajmotifrbcl/motifexclusion.php
2025-12-05 10:42:46 +00:00

50 lines
2.3 KiB
PHP
Executable File

<button class="sr-only" id="btn_popmajmotifexclusionrbcl" name="btn_popmajmotifexclusionrbcl" type="button" data-bs-toggle="modal" data-bs-target="#popmajmotifexclusionrbcl" > </button>
<div class="modal fade" id="popmajmotifexclusionrbcl" 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_popmajmotifexclusionrbcl" name="btn_close_popmajmotifexclusionrbcl" type="button" class="close" data-bs-dismiss="modal"> <?= _("Fermer") ?> </button>
<h4 class="modal-title"><?= _("Sélectionner le motif de l'exclusion") ?></h4>
</div>
<div class="modal-body">
<input class="sr-only" type="text" id="idPrestationExclu" name="idPrestationExclu" value="<?= $idPrestation ?>" >
<input class="sr-only" type="text" id="codeMotifexclusiontOld" name="codeMotifexclusiontOld" value="<?= $codeMotifExclusion ?>" >
<table class="table table-responsive table-condensed" style='font-size:10pt;'>
<tbody>
<tr>
<td width="20%" align="center" > <?= _("Ancien motif") ?> </td>
<td> <INPUT style='font-size:10pt;' class="form-control" TYPE="text" value="<?= $libelleMotifExclusion ?>" readonly ></td>
</tr>
<tr>
<td align="center"> <?= _("Nouveau motif") ?> </td>
<td>
<SELECT class="form-control" id="codeMotifExclusionPop" NAME="codeMotifExclusionPop" required AUTOCOMPLETE="OFF" style='font-size:10pt;' >
<?php liste_options($motifecxlusions, $codeMotifExclusion); ?>
</SELECT>
</td>
</tr>
<tr>
<td colspan="2">
<input id="btn_enreg_motifexclusionrbcl" name="btn_enreg_motifexclusionrbcl" class = "form-control btn btn-primary" type="button" value="<?= _("Enregistrter") ?>" onClick="javascript:enregistrer_motif_exclusion_rbcl();" style='font-size:10pt;' >
</td>
</tr>
</tbody>
</table>
</div>
<div class="modal-footer">
<button id="close_pop_maj_motif_exclusion" name="close_pop_maj_motif_exclusion" type="button" class="btn btn-default" data-bs-dismiss="modal"> <?= _("Fermer") ?> </button>
</div>
</div>
</div>
</div>