This commit is contained in:
KANE LAZENI 2026-01-22 20:11:10 +00:00
parent c72c28c33f
commit 008936cf34

View File

@ -24,12 +24,10 @@
<table class="table table-hover"> <table class="table table-hover">
<thead class="table-light"> <thead class="table-light">
<tr > <tr >
<th class="ps-4" width="12%"><?= _("Identifiant") ?></th> <th><?= _("Identifiant") ?></th>
<th width="20%"><?= _("Nom Complet") ?></th> <th><?= _("Nom Complet") ?></th>
<th class="text-center" width="8%"><?= _("Langue") ?></th> <th><?= _("Langue") ?></th>
<th class="text-center" width="15%"><?= _("Profil / Rôle") ?></th> <th><?= _("Profil / Rôle") ?></th>
<th class="text-center" width="15%"><?= _("Statut") ?></th>
<th class="text-center pe-4" width="12%"><?= _("Actions") ?></th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
@ -44,10 +42,8 @@
$libelleProfil = est_anglophone() ? $user_client['profilEng'] : $user_client['profil']; $libelleProfil = est_anglophone() ? $user_client['profilEng'] : $user_client['profil'];
?> ?>
<tr> <tr>
<td class="ps-4"> <td>
<code class="text-primary fw-bold bg-primary bg-opacity-10 px-2 py-1 rounded"> <?= $this->nettoyer($codeUtilisateur) ?>
<?= $this->nettoyer($codeUtilisateur) ?>
</code>
</td> </td>
<td> <td>