This commit is contained in:
KONE SOREL 2026-03-31 10:00:54 +00:00
parent 67676b2cc2
commit 80befe0474

View File

@ -7,14 +7,10 @@
<input class="sr-only" type="text" id="idClient" value="<?= $idClient ?>">
<div id="div_liste">
<h1 class="text-primary"><?= _("Utilisateurs Portail RH") ?></h1>
<h1 class="text-primary"><?= _("Utilisateurs Portail RH") ?>: <?= $nomClient ?></h1>
<div >
<h5 class="mb-0 fw-bold">
<span class="fw-normal text-dark-50"><?= $nomClient ?></span>
</h5>
<div class="d-flex align-items-center gap-3">
<span class="badge bg-white text-primary rounded-pill px-3 shadow-sm">
<div>
<span class="badge bg-white">
<?= count($users) ?> <?= _("comptes") ?>
</span>
</div>