add selected input wip

This commit is contained in:
2023-10-31 00:25:59 +01:00
parent e590b3f823
commit 64762778d0
2 changed files with 12 additions and 8 deletions

View File

@@ -159,20 +159,24 @@
<table id=users class="table table-striped table-sm">
<thead>
<tr>
<th><input type="checkbox" id="checkboxPrincipal" aria-label="Checkbox for following text input"></th>
<th scope="col">ID</th>
<th scope="col">Pseudo</th>
<th scope="col">Username</th>
<th scope="col">Mail</th>
<th scope="col">Rôle</th>
<th scope="col">Statut</th>
<th scope="col"></th>
</tr>
</thead>
<tbody>
<tr>
<td><input type="checkbox" class="checkboxList" aria-label="Checkbox for following text input"></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td><span class="activeStatus hidden">Activé</span><span class="disableStatus hidden">Désactivé</span><span class="confirmStatus hidden">En attente de confirmation</span><span class="removeStatus hidden">En attente de suppression</span><span class="unknownStatus hidden">Statut inconnu</span></td>
<td><button type="button" class="btn btn-primary" data-bs-toggle="modal" data-bs-target="#updateUserModal">Modifier</button></td>
</tr>
</tbody>