Bootstrap theme + rework some views

This commit is contained in:
William Bouzourène 2025-05-13 15:01:12 +02:00
parent e2de88b25b
commit 183415912f
Signed by: bouzoure
SSH key fingerprint: SHA256:19MbXpLua4rUtk8tunMesD8KUKb91LXLHg8E/qTooww
6 changed files with 267 additions and 257 deletions

View file

@ -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"