This commit is contained in:
KONE SOREL 2026-04-09 15:11:47 +00:00
parent 0bd1ead36a
commit b75875753c
2 changed files with 3 additions and 3 deletions

View File

@ -5,8 +5,8 @@
<?php if(count($actes) > 0): ?>
<div class="table-responsive shadow-sm rounded">
<div class="card-header bg-white py-3 d-flex justify-content-between align-items-center">
<h6 class="mb-0 fw-bold border-bottom bg-light text-uppercase small">
<div class="card-header border-bottom bg-light py-3 d-flex justify-content-between align-items-center">
<h6 class="mb-0 fw-bold text-primary text-uppercase small">
<i class="fas fa-list me-2"></i><?= _("Liste des lettres clés paramétrées") ?>
</h6>
<span class="badge bg-primary-ghost text-primary rounded-pill px-3 py-2 fw-bold" id="badge-total-garants">

View File

@ -6,7 +6,7 @@
<div class="card border-0 shadow-sm overflow-hidden animate__animated animate__fadeIn">
<div class="card-header border-bottom bg-light py-3 d-flex justify-content-between align-items-center">
<h6 class="mb-0 fw-bold text-primary text-uppercase small">
<i class="fas fa-list me-2"></i><?= _("Liste des Garants") ?>
<i class="fas fa-list me-2"></i><?= _("Liste des Garants Recherchés") ?>
</h6>
<span class="badge bg-primary-ghost text-primary rounded-pill px-3 py-2 fw-bold" id="badge-total-garants">
<?= $nbligne ?> <?= ($nbligne > 1) ? _("Lignes") : _("Ligne") ?>