dd
This commit is contained in:
parent
1060d4bd1e
commit
6a8981d6b5
|
|
@ -13,6 +13,7 @@ class ControleurAjaxmenusprofil extends Controleur
|
||||||
public function index()
|
public function index()
|
||||||
{
|
{
|
||||||
$codeProfil = $this->requete->getParametreFormulaire("codeProfil");
|
$codeProfil = $this->requete->getParametreFormulaire("codeProfil");
|
||||||
|
//
|
||||||
$menus = $this->utilisateur->getListeProfil($codeProfil);
|
$menus = $this->utilisateur->getListeProfil($codeProfil);
|
||||||
|
|
||||||
$this->genererVueAjax(array(
|
$this->genererVueAjax(array(
|
||||||
|
|
|
||||||
|
|
@ -235,12 +235,13 @@ $photoAssureCrypte = $_SESSION['photoAssureCrypte'];
|
||||||
|
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<div class="header-controls">
|
<div class="header-controls">
|
||||||
<!-- 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"></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>
|
||||||
|
-->
|
||||||
|
|
||||||
<!-- Logo Assureur -->
|
<!-- Logo Assureur -->
|
||||||
<div id="lienlogo">
|
<div id="lienlogo">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user