Merge branch 'main' of git.ebene.ovh:ebene/radiantrh
This commit is contained in:
commit
8c6968eb7a
|
|
@ -1,27 +1,23 @@
|
|||
<?php
|
||||
$codeTypeAvenant = $_SESSION['codeTypeAvenant_C'];
|
||||
$superUser = $_SESSION['superUser'];
|
||||
$numeroPolice = $this->nettoyer($_SESSION['numeroPolice_C']);
|
||||
?>
|
||||
|
||||
<div class="container-fluid py-4 animate__animated animate__fadeIn">
|
||||
<div id="div_liste_adherent" class="container-fluid py-1 animate__animated animate__fadeIn">
|
||||
|
||||
<div class="card shadow-sm border-0 mb-4 bg-dark text-white">
|
||||
<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-primary p-2 rounded-3 me-3">
|
||||
<i class="fas fa-users fa-lg"></i>
|
||||
</div>
|
||||
<div>
|
||||
<h5 class="mb-0 fw-bold"><?= _("Gestion des Adhérents") ?></h5>
|
||||
<small class="text-info"><?= _("Police N°") ?> : <?= $numeroPolice ?></small>
|
||||
</div>
|
||||
</div>
|
||||
<div class="d-flex gap-2">
|
||||
<button type="button" class="btn btn-outline-info btn-sm" onclick="javascript:afficher_adherents_police();">
|
||||
<i class="fas fa-sync-alt me-1"></i> <?= _("Actualiser") ?>
|
||||
</button>
|
||||
</div>
|
||||
<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>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
$this->titre = "INTER-SANTE - Collèges de la police";
|
||||
?>
|
||||
|
||||
<div id="div_colleges_police" class="container-fluid py-3 animate__animated animate__fadeIn">
|
||||
<div id="div_colleges_police" class="container-fluid py-0 animate__animated animate__fadeIn">
|
||||
|
||||
<h1 class="text-primary"><i class="fas fa-users-cog me-2"></i><?= _('Liste des collèges') ?></h1>
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,8 @@
|
|||
|
||||
<div id="div_liste_adherent" 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>
|
||||
<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>
|
||||
|
|
@ -29,7 +30,7 @@
|
|||
<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><?= _("Cliquez sur le bouton au dessus pour charger la liste des adhérents...") ?></p>
|
||||
<p><?= _("Cliquez sur le bouton au dessus pour charger de la liste des adhérents...") ?></p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user