This commit is contained in:
KONE SOREL 2026-01-12 12:56:39 +00:00
parent 29a684aaf8
commit 9fe34994a1

View File

@ -198,9 +198,9 @@
<tr class="pointer-cursor" onclick="selectionner_beneficiaire(<?= $beneficiaire['idBeneficiaire'] ?>,'<?= $beneficiaire['numeroBeneficiaire'] ?>'); afficher_beneficiaire_id();">
<td class="text-center">
<?php if($faceRegistered == "1"): ?>
<img src="<?= $photoPath ?>" class="rounded-circle border" width="30" height="30" alt="Photo">
<img src="<?= $photoPath ?>" class="rounded-circle border" width="32" height="32" alt="Photo">
<?php else: ?>
<i class="fas fa-user-circle photo-zoom" style="color: #ccc; font-size: 30px;"></i>
<i class="fas fa-user-circle photo-zoom" style="color: #ccc; font-size: 32px;"></i>
<?php endif; ?>
</td>
<td><span class="badge bg-secondary text-light border"><?= $beneficiaire['numeroBeneficiaire'] ?></span></td>