This commit is contained in:
KONE SOREL 2026-01-22 15:43:24 +00:00
parent a26c745855
commit a90b945c26

View File

@ -24,11 +24,11 @@
<legend class="modal-title" style="text-align:center;"><?= _('Valider une demande')?></legend>
</div>
<div class="modal-body">
<div id="div_motif" style="margin-top:30px; margin-bottom:30px;">
<div id="div_motif">
<table class="table table-responsive table-condensed" style='font-size:12pt;'>
<tbody>
<tr>
<td width="8%"> <?= _("Demande N°");?></td>
<td width="10%"> <?= _("Demande N°");?></td>
<td colspan="3">
<input style="font-size:10pt;" class ="form-control" type="text" value="<?= $numeroDemandeRemboursement; ?>" readonly>
</td>