This commit is contained in:
KONE SOREL 2026-01-14 10:43:49 +00:00
parent d463feca1b
commit 23f624de1c

View File

@ -16,11 +16,11 @@
<h1 class="text-primary"><i class="fas fa-user-edit me-2"></i> <?= _("Modifier l'utilisateur") ?></h1>
<div class="card-header d-flex justify-content-between align-items-center py-1">
<h5 class="mb-0 fw-bold">
<h5 class="badge bg-secondary mb-0 fw-bold">
<span class="fw-normal text-dark-50"><?= $codeUtilisateur ?></span>
</h5>
<div class="d-flex align-items-center gap-3">
<button type="button" class="btn-close btn-close-white" onClick="retour_a_users_rh_client();"></button>
<button type="button" class="btn-close btn-close-dark" onClick="retour_a_users_rh_client();"></button>
</div>
</div>