Bootstrap theme + rework some views
This commit is contained in:
parent
e2de88b25b
commit
183415912f
6 changed files with 267 additions and 257 deletions
|
|
@ -49,10 +49,7 @@
|
|||
{% endif %}
|
||||
</div>
|
||||
|
||||
<div
|
||||
id="search-container"
|
||||
class="h-100 p-4 mb-3 bg-body-tertiary border rounded-3"
|
||||
>
|
||||
<div id="search-container" class="h-100 p-4 mb-3 bg-body-tertiary border">
|
||||
<div class="row">
|
||||
<div class="col-lg-6 mb-3">
|
||||
<label for="name" class="form-label">Nom et prénom</label>
|
||||
|
|
@ -83,11 +80,10 @@
|
|||
</div>
|
||||
<div class="col-sm-6 col-lg-3 mb-3 pt-3">
|
||||
{% if PermShow %}
|
||||
<div class="form-check form-switch">
|
||||
<div class="form-check">
|
||||
<input
|
||||
class="form-check-input"
|
||||
type="checkbox"
|
||||
role="switch"
|
||||
data-search-field="active"
|
||||
data-search-advanced="false"
|
||||
id="active"
|
||||
|
|
@ -106,11 +102,10 @@
|
|||
{% endif %}
|
||||
|
||||
{% if PermShowArchived %}
|
||||
<div class="form-check form-switch">
|
||||
<div class="form-check">
|
||||
<input
|
||||
class="form-check-input"
|
||||
type="checkbox"
|
||||
role="switch"
|
||||
data-search-field="archive"
|
||||
data-search-advanced="false"
|
||||
id="archive"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue