Valider
This commit is contained in:
parent
1b70a008ef
commit
7088f00b64
|
|
@ -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>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user