This commit is contained in:
KONE SOREL 2026-01-13 19:10:57 +00:00
parent 9e0c166719
commit 2293832811

View File

@ -10,16 +10,14 @@
<h1 class="text-primary"><i class="fas fa-users-cog me-2"></i> <?= _("Utilisateurs Portail RH") ?></h1> <h1 class="text-primary"><i class="fas fa-users-cog me-2"></i> <?= _("Utilisateurs Portail RH") ?></h1>
<div class="card-header d-flex justify-content-between align-items-center py-1"> <div class="card-header d-flex justify-content-between align-items-center py-1">
<h5 class="mb-0 fw-bold"> <h5 class="mb-0 fw-bold">
<h5 class="mb-0 fw-bold"> <span class="fw-normal text-dark-50"><?= $nomClient ?></span>
<span class="fw-normal text-white-50"><?= $nomClient ?></span> </h5>
</h5> <div class="d-flex align-items-center gap-3">
<div class="d-flex align-items-center gap-3"> <span class="badge bg-white text-primary rounded-pill px-3 shadow-sm">
<span class="badge bg-white text-primary rounded-pill px-3 shadow-sm"> <?= count($users) ?> <?= _("comptes") ?>
<?= count($users) ?> <?= _("comptes") ?> </span>
</span> </div>
</div>
</h5>
</div> </div>
<div class="card shadow-sm border-0"> <div class="card shadow-sm border-0">