This commit is contained in:
KONE SOREL 2026-04-17 15:40:05 +00:00
parent 115f8962e7
commit 7235861826

View File

@ -95,13 +95,13 @@
<div class="small fw-bold text-dark"><?= $this->nettoyer($mvt['userValidation']) ?></div>
<div class="x-small text-muted"><?= dateheureLang($this->nettoyer($mvt['dateValidation']), $_SESSION['lang']) ?></div>
<?php else: ?>
<button class="btn btn-sm btn-info fw-bold shadow-sm rounded-pill px-3 transition-hover text-white"
<button class="btn btn-xs btn-info fw-bold shadow-sm rounded-pill px-3 transition-hover text-white"
onclick="modifier_beneficiaire('<?= $idBeneficiaire; ?>');">
<i class="fas fa-tools me-1"></i> <?= _("Corriger") ?>
</button>
<?php endif; ?>
<?php else: ?>
<button class="btn btn-sm btn-warning fw-bold shadow-sm rounded-pill px-3 transition-hover text-white"
<button class="btn btn-xs btn-warning fw-bold shadow-sm rounded-pill px-3 transition-hover text-white"
onclick="modifier_beneficiaire('<?= $idBeneficiaire; ?>');">
<i class="fas fa-edit me-1"></i> <?= _("Modifier") ?>
</button>