Logo Assureur

This commit is contained in:
KONE SOREL 2025-12-25 19:12:39 +00:00
parent 7088f00b64
commit 7f7259057b
2 changed files with 12 additions and 1 deletions

View File

@ -99,6 +99,10 @@ body {
height: 36px;
}
.notification-btn i{
font-style: 14pt;
}
/* ============================================
SIDEBAR STYLES
============================================ */

View File

@ -259,9 +259,16 @@ console.groupEnd();
<!-- Notifications -->
<button class="header-btn notification-btn" onclick="appNotifications().showMessagesModal()"
aria-label="Notifications" title="<?= _('Voir les notifications') ?>">
<i class="bi bi-bell" style="font-size:12pt;"></i>
<i class="bi bi-bell"></i>
<span class="notification-badge" id="notificationCount" aria-live="polite">0</span>
</button>
<!-- Logo Assureur -->
<div >
<img src="<?= $_SESSION['lienLogo'] ?>" alt="Logo Assureur " style="width:90px;max-height: 60px;">
<span > <?=$companyDisplayName?> </span>
</div>
<!-- Language Selector -->
<div class="language-selector" onclick="appLanguage().changeLanguage()"