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