This commit is contained in:
KONE SOREL 2026-04-07 10:49:49 +00:00
parent d5fd9d9c21
commit 37a4a53a92
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
<span id="detailbareme" class="badge bg-light text-primary border fw-bold"><?= "(".$nbdetail.")"; ?></span>
<span id="detailbareme" class="badge rounded-pill bg-primary-ghost bg-opacity-10 text-primary ms-2"><?= $nbdetail; ?></span>

View File

@ -36,7 +36,7 @@
</li>
<li class="nav-item">
<button class="nav-link small fw-bold text-uppercase" id="history-tab" data-bs-toggle="tab" data-bs-target="#history-zone" type="button" onclick="afficherDetailBareme();">
<i class="fas fa-history me-1"></i> <?= _("Historique taux") ?><span id="detailbareme" class="badge rounded-pill bg-primary-ghost bg-opacity-10 text-primary"><?= $nbdetail; ?></span>
<i class="fas fa-history me-1"></i> <?= _("Historique taux") ?><span id="detailbareme" class="badge rounded-pill bg-primary-ghost bg-opacity-10 text-primary ms-2"><?= $nbdetail; ?></span>
</button>
</li>
</ul>