This commit is contained in:
KONE SOREL 2026-01-03 13:02:10 +00:00
parent f1c9f504e3
commit 62b40b3b3b

View File

@ -12,14 +12,9 @@
<h4 class="fw-bold text-secondary mb-0">
<?= _("POLICE") ?> : <span class="badge bg-white text-primary ms-2"><?= $this->nettoyer($_SESSION['numeroPolice_C']) ?></span>
</h4>
</div>
<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">
<button type="button" class="btn btn-light btn-sm fw-bold shadow-sm w-100" onclick="javascript:afficher_adherents_police();">
<i class="fas fa-sync-alt me-2 text-primary"></i> <?= _("Actualiser la liste") ?>
</button>
</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>
</div>
<input type="hidden" id="prestationPossible" name="prestationPossible" value="<?= $prestationPossible ?>">