This commit is contained in:
KONE SOREL 2026-01-12 11:48:44 +00:00
parent 3af50b5849
commit 8b55b908c2

View File

@ -198,12 +198,12 @@
<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="32" height="32" alt="Photo">
<img src="<?= $photoPath ?>" class="rounded-circle border" width="30" height="30" alt="Photo">
<?php else: ?>
<i class="fas fa-user-circle photo-zoom" style="color: #ccc; font-size: 32px;"></i>
<i class="fas fa-user-circle photo-zoom" style="color: #ccc; font-size: 30px;"></i>
<?php endif; ?>
</td>
<td><span class="badge bg-light text-dark border"><?= $beneficiaire['numeroBeneficiaire'] ?></span></td>
<td><span class="badge bg-seconadry text-light border"><?= $beneficiaire['numeroBeneficiaire'] ?></span></td>
<td class="fw-bold"><?= $this->nettoyer($beneficiaire['nomBeneficiaire']) ?> <?= $this->nettoyer($beneficiaire['prenomsBeneficiaire']) ?></td>
<td class="text-center"><?= $beneficiaire['sexe'] ?></td>
<td><?= (est_anglophone()) ? $beneficiaire['LienParenteEng'] : $beneficiaire['LienParente'] ?></td>