vf
This commit is contained in:
parent
a864a909ee
commit
57d4ddfebe
|
|
@ -5,16 +5,16 @@
|
|||
?>
|
||||
|
||||
<div id="div_liste_adherent" class="container-fluid py-1"> class="container-fluid py-4 animate__animated animate__fadeIn">
|
||||
<h1 class="text-primary"><i class="fas fa-users me-2"></i></i> <?= _('Gestion des Adhérents') ?></h1>
|
||||
|
||||
<div class="card-header d-flex justify-content-between align-items-center py-3">
|
||||
<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>
|
||||
|
||||
<h1 class="text-primary"><i class="fas fa-users me-2"></i></i> <?= _('Gestion des Adhérents') ?></h1>
|
||||
|
||||
<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>
|
||||
<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>
|
||||
|
|
@ -28,10 +28,8 @@
|
|||
|
||||
<div id="div_liste_adherent" class="min-vh-50 rounded bg-white shadow-sm p-3">
|
||||
<div class="text-center py-5 text-muted">
|
||||
<!--
|
||||
<i class="fas fa-spinner fa-spin fa-2x mb-3"></i>
|
||||
<p><?= _("Chargement de la liste des adhérents...") ?></p>
|
||||
-->
|
||||
<p><?= _("Chargement de la liste des adhérents...") ?></p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user