dert
This commit is contained in:
parent
0bd1ead36a
commit
b75875753c
|
|
@ -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">
|
||||
|
|
|
|||
|
|
@ -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") ?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user