This commit is contained in:
KONE SOREL 2026-01-13 12:33:40 +00:00
parent d652aa9f1f
commit 1e519ddf3a
2 changed files with 2 additions and 2 deletions

View File

@ -59,7 +59,7 @@ foreach ($modals as $id => $cfg):
<div class="modal-dialog modal-dialog-centered">
<div class="modal-content border-0 shadow-lg">
<div class="modal-header bg-light border-bottom-0">
<h5 class="modal-title fw-bold text-dark">
<h5 class="modal-title fw-bold text-dark">
<i class="fas <?= $cfg['icon'] ?> me-2 text-primary"></i> <?= $cfg['title'] ?>
</h5>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>

View File

@ -510,7 +510,7 @@ $photoAssureCrypte = $_SESSION['photoAssureCrypte'];
<span><?= _('Photo du bénéficiaire') ?></span>
</div>
<div class="photo-container">
<img src="data:image/jpg;base64,<?= $imgData ?>"
<img src="<?=$photoAssureCrypte?>"
class="patient-photo"
onclick="appModals.openPhotoModal()"
alt="<?= _('Photo du bénéficiaire') ?>"