forked from v4l3n71n/covas-bo
remove select and add select page for page events
This commit is contained in:
parent
2cfda4f437
commit
51f948bf11
@ -139,15 +139,6 @@
|
|||||||
<h2>Liste d'évènement</h2>
|
<h2>Liste d'évènement</h2>
|
||||||
<div class="table-responsive">
|
<div class="table-responsive">
|
||||||
|
|
||||||
<div class="row g-3">
|
|
||||||
<div class="col-auto">
|
|
||||||
<label for="inputRoles" class="form-label">Roles</label>
|
|
||||||
<select class="form-select" id="inputRoles" aria-label="Default select example">
|
|
||||||
<option value="All" selected>Tout</option>
|
|
||||||
<option value="Admin">Administrateurs</option>
|
|
||||||
<option value="User">Utilisateurs</option>
|
|
||||||
</select>
|
|
||||||
</div>
|
|
||||||
<div class="col-auto">
|
<div class="col-auto">
|
||||||
<label for="inputStatus" class="form-label">Statut</label>
|
<label for="inputStatus" class="form-label">Statut</label>
|
||||||
<select class="form-select" id="inputStatus" aria-label="Default select example">
|
<select class="form-select" id="inputStatus" aria-label="Default select example">
|
||||||
@ -158,6 +149,16 @@
|
|||||||
<option value="2">En cours de validation</option>
|
<option value="2">En cours de validation</option>
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="col-auto">
|
||||||
|
<label for="inputPages" class="form-label">Page :</label>
|
||||||
|
<select class="form-select" id="inputPages" aria-label="Page">
|
||||||
|
<option value="20" selected>20</option>
|
||||||
|
<option value="40">40</option>
|
||||||
|
<option value="60">60</option>
|
||||||
|
<option value="80">80</option>
|
||||||
|
<option value="100">100</option>
|
||||||
|
</select>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<br />
|
<br />
|
||||||
<button type="button" class="btn btn-success" id="enableUserButton" data-bs-toggle="modal" data-bs-target="#enableUserModal">Activer l'utilisateur</button>
|
<button type="button" class="btn btn-success" id="enableUserButton" data-bs-toggle="modal" data-bs-target="#enableUserModal">Activer l'utilisateur</button>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user