Replace feather icons with bootstrap icons

This commit is contained in:
William Bouzourène 2025-01-04 16:39:41 +01:00
parent 91300d957b
commit da0114fbcb
315 changed files with 67 additions and 368 deletions

View file

@ -25,12 +25,12 @@
{% if Globals.TotpVerified %}
<li class="nav-item">
<a class="nav-link" href="/members">
<i class="feather me-1" data-feather="users"></i>Membres
<i class="bi-people me-2"></i>Membres
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/contacts">
<i class="feather me-1" data-feather="phone"></i>Contacts
<i class="bi-telephone me-2"></i>Contacts
</a>
</li>
@ -42,17 +42,17 @@
role="button"
data-bs-toggle="dropdown"
>
<i class="feather me-1" data-feather="archive"></i>Archives
<i class="bi-archive me-2"></i>Archives
</a>
<ul class="dropdown-menu">
<li>
<a class="dropdown-item" href="/archives/members">
<i class="feather me-1" data-feather="users"></i>Membres
<i class="bi-people me-2"></i>Membres
</a>
</li>
<li>
<a class="dropdown-item" href="/archives/contacts">
<i class="feather me-1" data-feather="phone"></i>Contacts
<i class="bi-telephone me-2"></i>Contacts
</a>
</li>
</ul>
@ -67,17 +67,17 @@
role="button"
data-bs-toggle="dropdown"
>
<i class="feather me-1" data-feather="download"></i>Exporter
<i class="bi-download me-2"></i>Exporter
</a>
<ul class="dropdown-menu">
<li>
<a class="dropdown-item" href="/export/members">
<i class="feather me-1" data-feather="users"></i>Membres
<i class="bi-people me-2"></i>Membres
</a>
</li>
<li>
<a class="dropdown-item" href="/export/contacts">
<i class="feather me-1" data-feather="phone"></i>Contacts
<i class="bi-telephone me-2"></i>Contacts
</a>
</li>
</ul>
@ -93,32 +93,32 @@
role="button"
data-bs-toggle="dropdown"
>
<i class="feather me-1" data-feather="settings"></i>Administration
<i class="bi-gear me-2"></i>Administration
</a>
<ul class="dropdown-menu">
<li>
<a class="dropdown-item" href="/admin/sections">
<i class="feather me-2" data-feather="home"></i>Sections
<i class="bi-building me-2"></i>Sections
</a>
</li>
<li>
<a class="dropdown-item" href="/admin/lists">
<i class="feather me-2" data-feather="list"></i>Listes
<i class="bi-list-check me-2"></i>Listes
</a>
</li>
<li>
<a class="dropdown-item" href="/admin/fields">
<i class="feather me-2" data-feather="database"></i>Champs supplémentaires
<i class="bi-database-add me-2"></i>Champs supplémentaires
</a>
</li>
<li>
<a class="dropdown-item" href="/admin/users">
<i class="feather me-2" data-feather="users"></i>Utilisateurs
<i class="bi-person-square me-2"></i>Utilisateurs
</a>
</li>
<li>
<a class="dropdown-item" href="/admin/roles">
<i class="feather me-2" data-feather="briefcase"></i>Rôles
<i class="bi-briefcase me-2"></i>Rôles
</a>
</li>
</ul>
@ -143,12 +143,12 @@
{% if Globals.TotpVerified %}
<li>
<a class="dropdown-item" href="/account/manage">
<i class="feather me-2" data-feather="settings"></i>Gérer mon compte
<i class="bi-sliders me-2"></i>Gérer mon compte
</a>
</li>
<li>
<a class="dropdown-item" href="/account/totp">
<i class="feather me-2" data-feather="smartphone"></i>Gérer multifacteur (TOTP)
<i class="bi-phone me-2"></i>Gérer multifacteur (TOTP)
</a>
</li>
<li>
@ -158,7 +158,7 @@
<li>
<a class="dropdown-item" href="/logout">
<i class="feather me-2" data-feather="log-out"></i>Déconnexion
<i class="bi-box-arrow-left me-2"></i>Déconnexion
</a>
</li>
</ul>