This commit is contained in:
KONE SOREL 2026-01-03 09:07:24 +00:00
parent 9bfe29c893
commit 128aca1def

View File

@ -10,11 +10,10 @@
<div class="card shadow-sm border-0 mb-4 bg-office-primary-lighter text-white">
<div class="card-body d-flex align-items-center justify-content-between p-3">
<div class="d-flex align-items-center">
<div>
<small class="opacity-75"><?= _("Police N°") ?> : <?= $this->nettoyer($_SESSION['numeroPolice_C']) ?></small>
</div>
<div>
<small class="opacity-75"><?= _("Police N°") ?> : <?= $this->nettoyer($_SESSION['numeroPolice_C']) ?></small>
</div>
<button type="button" class="btn btn-light btn-sm fw-bold shadow-sm" onclick="javascript:afficher_adherents_police();">
<i class="fas fa-sync-alt me-2 text-primary"></i> <?= _("Actualiser la liste") ?>
</button>