diff --git a/Bootstrap_new/css/style_office.css b/Bootstrap_new/css/style_office.css index 7a6a5a5..74d8e6b 100644 --- a/Bootstrap_new/css/style_office.css +++ b/Bootstrap_new/css/style_office.css @@ -697,6 +697,9 @@ body { z-index: 1055 !important; } +.modal.show { z-index: 2000; } +.modal-backdrop.show { z-index: 1999; } + /* ============================================ RESPONSIVE DESIGN ============================================ */ @@ -708,7 +711,6 @@ body { margin-left: var(--sidebar-collapsed); } - .nav-text, .nav-title, .nav-badge, diff --git a/Vue/Ajaxlisteadherent/index.php b/Vue/Ajaxlisteadherent/index.php index 4c6b379..647498c 100644 --- a/Vue/Ajaxlisteadherent/index.php +++ b/Vue/Ajaxlisteadherent/index.php @@ -1,110 +1,110 @@ nettoyer($_SESSION['numeroPolice_C']); + + // On extrait la liste unique des collèges pour le filtre + $colleges = array_unique(array_column($adherents, 'libelleCollege')); + sort($colleges); ?> + +