This commit is contained in:
KONE SOREL 2026-02-27 11:35:42 +00:00
parent 4cff49d924
commit 317ad63300

View File

@ -5,7 +5,7 @@
<div class="page-content">
<form id="frmrecherche" name="frmrecherche" method="post" action="Recherche/index/">
<div class="header-section mb-4">
<div class="header-section mb-1">
<div class="d-flex align-items-center justify-content-between bg-white p-3 shadow-sm border-start border-primary border-4" style="border-radius: var(--radius-md);">
<div class="d-flex align-items-center">
<div class="icon-shape bg-primary-ghost text-primary rounded-circle me-3" style="width: 45px; height: 45px; display: flex; align-items: center; justify-content: center;">
@ -152,7 +152,7 @@
<i class="fas fa-user-slash fa-3x text-light-gray"></i>
</div>
<h5 class="text-muted"><?= _("Aucun résultat") ?></h5>
<p class="small text-muted px-4"><?= _("Vérifiez bien le critère de recherche.") ?></p>
<p class="small text-muted px-4"><?= _("Entez vos critères de recherche.") ?></p>
</div>
<?php endif; ?>
</div>