g
This commit is contained in:
parent
29a684aaf8
commit
9fe34994a1
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user