This commit is contained in:
KANE LAZENI 2026-02-22 05:41:25 +00:00
parent f8800324bd
commit 0b7c9b7459

View File

@ -799,7 +799,7 @@
<?php endif; ?>
<div id="div_demande_reconnaissance_faciale" class="modal fade" role="dialog">
<div class="modal-dialog" style="max-width: 70%;" role="document" data-bs-backdrop="static" data-bs-keyboard="false">
<div class="modal-dialog" style="max-width: 50%;" role="document" data-bs-backdrop="static" data-bs-keyboard="false">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-bs-dismiss="modal">&times;</button>
@ -813,14 +813,14 @@
<tr>
<td> <?= _("Destinanaire de la demande");?></td>
<td >
<INPUT class="form-control" name="telephoneDefaut" id="telephoneDefaut" value="<?= $_SESSION['p_telephonePortableAdherent_C'] ?>" readonly>
<INPUT class="form-control" name="telephoneDefaut" id="telephoneDefaut" value="<?= $_SESSION['p_telephonePortableAdherent_C'] ?>" readonly style='font-size:12pt;>
</td>
</tr>
<tr>
<td> <?= _("Autre Destinanaire");?></td>
<td >
<INPUT class="form-control" name="telephoneAutre" id="telephoneAutre" value="<?= $_SESSION['p_telephonePortableAdherent_C'] ?>" required AUTOCOMPLETE="OFF" autofocus >
<INPUT class="form-control" name="telephoneAutre" id="telephoneAutre" value="<?= $_SESSION['p_telephonePortableAdherent_C'] ?>" required AUTOCOMPLETE="OFF" autofocus style='font-size:12pt;>
</td>
</tr>