50 lines
2.2 KiB
PHP
50 lines
2.2 KiB
PHP
<button class="sr-only" id="btn_popmajmotifrejetrbcl" name="btn_popmajmotifrejetrbcl" type="button" data-bs-toggle="modal" data-bs-target="#popmajmotifrejetrbcl" > </button>
|
|
|
|
<div class="modal fade" id="popmajmotifrejetrbcl" 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_popmajmotifrejetrbcl" name="btn_close_popmajmotifrejetrbcl" type="button" class="close" data-bs-dismiss="modal"> <?= _("Fermer") ?> </button>
|
|
<h4 class="modal-title"><?= _("Sélectionner le motif de rejet") ?></h4>
|
|
</div>
|
|
|
|
<div class="modal-body">
|
|
<input class="sr-only" type="text" id="idPrestationRejete" name="idPrestationRejete" value="<?= $idPrestation ?>" >
|
|
<input class="sr-only" type="text" id="codeMotifRejetOld" name="codeMotifRejetOld" value="<?= $codeMotifRejet ?>" >
|
|
|
|
<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="<?= $libellemotifRejet ?>" readonly ></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td align="center"> <?= _("Nouveau motif") ?> </td>
|
|
<td>
|
|
<SELECT class="form-control" id="codeMotifRejetPop" NAME="codeMotifRejetPop" required AUTOCOMPLETE="OFF" style='font-size:10pt;' >
|
|
<?php liste_options($motifrejets, $codeMotifRejet); ?>
|
|
</SELECT>
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td colspan="2">
|
|
<input id="btn_enreg_motifrejetrbcl" name="btn_enreg_motifrejetrbcl" class = "form-control btn btn-primary" type="button" value="<?= _("Enregistrter") ?>" onClick="javascript:enregistrer_motif_rejet_rbcl();" style='font-size:10pt;' >
|
|
</td>
|
|
</tr>
|
|
|
|
</tbody>
|
|
</table>
|
|
|
|
</div>
|
|
|
|
<div class="modal-footer">
|
|
<button id="close_pop_maj_motif_rejet" name="close_pop_maj_motif_rejet" type="button" class="btn btn-default" data-bs-dismiss="modal"> <?= _("Fermer") ?> </button>
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|