This commit is contained in:
KONE SOREL 2025-12-23 09:10:56 +00:00
parent cc06ede5f5
commit 425730db47

View File

@ -297,7 +297,7 @@ console.groupEnd();
<div class="header-controls">
<!-- Notifications -->
<button class="header-btn notification-btn" onclick="appNotifications.showMessagesModal()"
<button class="header-btn notification-btn" onclick="window.uxManager?.showNotifications()"
aria-label="Notifications" title="<?= _('Voir les notifications') ?>">
<i class="bi bi-bell"></i>
<span class="notification-badge" id="notificationCount" aria-live="polite">0</span>
@ -632,7 +632,7 @@ console.groupEnd();
<?php endif; ?>
<!-- UX Enhancement Script -->
<script src="/Bootstrap_new/js/ux-manager.js?ver=2025.12.22.00"></script>
<script src="/Bootstrap_new/js/ux-manager.js?ver=2025.12.23.00"></script>
<!-- Service Worker Registration -->
<script src="/Js/sw-register.js?ver=2025.12.22.00"></script>