This commit is contained in:
KONE SOREL 2025-12-14 10:52:53 +00:00
parent 3714ad0540
commit 5e55184c63
2 changed files with 9 additions and 6 deletions

View File

@ -1,9 +1,12 @@
<div id="div_dossiers">
<!-- Tableau desktop (affiché sur les écrans moyens et grands) -->
<div class="card-header bg-light py-3 d-flex justify-content-between align-items-center">
<h5 class="mb-0 text-dark"><i class="fas fa-list me-2"></i><?= _("Liste des factures")?></h5>
<span class="badge bg-secondary" id="counter"><?= format_N(count($factures)).' '._("factures") ?> </span>
</div>
<div class="card-header bg-light py-2 d-flex justify-content-between align-items-center">
<h5 class="mb-0 text-dark">
<i class="fas fa-list me-2"></i>
<span class="hide-on-mobile"><?= _("Liste des factures")?></span>
<span class="badge bg-primary view-end"><?= format_N(count($factures)).' '._("facture(s)") ?> </span>
</h5>
</div>
<div class="d-none d-md-block">
<div class="table-responsive">

View File

@ -16,8 +16,8 @@
<div class="card mb-3">
<div class="card-header bg-secondary py-2">
<h5 class="mb-0 text-center text-light">
<?= substr($this->nettoyer($_SESSION['beneficiaire_C']), 0, 25). " ( " .$_SESSION['numeroBeneficiaire_C']. " )" ?>
<h5 class="mb-0 text-center text-light text-truncate" style="max-width:280px;">
<?= $this->nettoyer($_SESSION['beneficiaire_C']). " ( " .$_SESSION['numeroBeneficiaire_C']. " )" ?>
</h5>
</div>
<div class="card-body">