This commit is contained in:
KANE LAZENI 2026-01-04 12:48:16 +00:00
parent 7a51499def
commit cc6e74e178

View File

@ -325,14 +325,16 @@
<div class="row align-items-start">
<!-- Colonne pour l'image -->
<div class="col-auto">
<img
src="<?=$photoAssureCrypte?>"
class="img-fluid rounded-circle shadow"
style="width: 120px; height: 120px; object-fit: cover; cursor:pointer;"
data-bs-toggle="modal"
data-bs-target="#pop_photo"
alt="Photo du bénéficiaire"
>
<?php if($faceRegistered == "1"): ?>
<img
src="<?=$photoAssureCrypte?>"
class="img-fluid rounded-circle shadow"
style="width: 120px; height: 120px; object-fit: cover; cursor:pointer;"
data-bs-toggle="modal"
data-bs-target="#pop_photo"
alt="Photo du bénéficiaire"
>
<?php endif; ?>
</div>
<!-- Colonne pour le formulaire -->