This commit is contained in:
KONE SOREL 2025-12-25 19:01:08 +00:00
parent 1b70a008ef
commit 7088f00b64

View File

@ -242,7 +242,7 @@ console.groupEnd();
</button> </button>
<a href="Accueil" class="app-logo"> <a href="Accueil" class="app-logo">
<img src="Bootstrap_new/images/new/favicon.png" alt="INTER-SANTE" width="36" height="36"> <img src="/Bootstrap_new/images/new/favicon.png" alt="INTER-SANTE" width="36" height="36">
<span class="ms-2">INTER-SANTE</span> <span class="ms-2">INTER-SANTE</span>
</a> </a>
@ -259,7 +259,7 @@ console.groupEnd();
<!-- Notifications --> <!-- Notifications -->
<button class="header-btn notification-btn" onclick="appNotifications().showMessagesModal()" <button class="header-btn notification-btn" onclick="appNotifications().showMessagesModal()"
aria-label="Notifications" title="<?= _('Voir les notifications') ?>"> aria-label="Notifications" title="<?= _('Voir les notifications') ?>">
<i class="bi bi-bell"></i> <i class="bi bi-bell" style="font-size:12pt;"></i>
<span class="notification-badge" id="notificationCount" aria-live="polite">0</span> <span class="notification-badge" id="notificationCount" aria-live="polite">0</span>
</button> </button>