This commit is contained in:
KONE SOREL 2026-03-31 19:45:47 +00:00
parent fefa4f812a
commit d1dab16409

View File

@ -361,7 +361,7 @@
<div class="col-sm-6 text-center text-sm-end">
<div class="p-2 bg-light rounded border-end border-secondary border-4 shadow-sm h-100">
<small class="text-muted d-block text-uppercase" style="font-size: 0.7rem;"><?= _("Collège / N° Police") ?></small>
<span class="fw-bold"><?= $beneficiaire['libelleCollege'] ?> / <?= $beneficiaire['numeroPolice'] ?></span>
<span class="fw-bold text-center"><?= $beneficiaire['libelleCollege'] ?> / <?= $beneficiaire['numeroPolice'] ?></span>
</div>
</div>
</div>
@ -1034,7 +1034,7 @@ document.addEventListener('DOMContentLoaded', function() {
// Lancement initial
rafraichirEtatTelephone();
});
function togglePhotoSource(source) {
const areaCam = document.getElementById('area_prendre_photo');
const areaFile = document.getElementById('area_choisir_photo');