va
This commit is contained in:
parent
8b2164f73c
commit
d08077e116
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
<div class="card-header d-flex justify-content-between align-items-center py-3">
|
||||
<h4 class="fw-bold text-secondary mb-0">
|
||||
<?= _("POLICE N°") ?> : <span class="badge bg-white text-primary ms-2"><?= $this->nettoyer($police['numeroPolice']) ?></span>
|
||||
<?= _("POLICE") ?> : <span class="badge bg-white text-primary ms-2"><?= $this->nettoyer($police['numeroPolice']) ?></span>
|
||||
</h4>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
|
|
@ -1,23 +1,20 @@
|
|||
<?php
|
||||
$codeTypeAvenant = $_SESSION['codeTypeAvenant_C'];
|
||||
$estsupprimable_0 = ($codeTypeAvenant=="AFN" || $codeTypeAvenant=="REN");
|
||||
$superUser = $_SESSION['superUser'];
|
||||
$prestationPossible = $this->nettoyer($police['prestationPossible']);
|
||||
?>
|
||||
|
||||
<div class="container-fluid py-4 animate__animated animate__fadeIn">
|
||||
|
||||
<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>
|
||||
|
||||
<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 class="bg-white p-2 rounded-circle me-3">
|
||||
<i class="fas fa-users text-primary"></i>
|
||||
</div>
|
||||
<div>
|
||||
<h5 class="mb-0 fw-bold"><?= _("Gestion des Adhérents") ?></h5>
|
||||
<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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user