This commit is contained in:
KONE SOREL 2026-03-15 12:12:04 +00:00
parent 4a22b226be
commit beb54a910b

View File

@ -189,7 +189,7 @@
<button type="button" class="btn btn-light rounded-pill px-4 fw-bold text-muted shadow-xs" onClick="retour_fiche_garant();">
<i class="fas fa-arrow-left me-2"></i><?= _("Retour Fiche") ?>
</button>
<button type="button" id="btn_enreg" class="btn btn-primary rounded-pill px-5 fw-bold shadow-sm" onClick="modifier_param_fact_garant('<?= $superUser ?>');">
<button type="button" id="btn_enreg" class="btn btn-warning rounded-pill px-5 fw-bold shadow-sm" onClick="modifier_param_fact_garant('<?= $superUser ?>');">
<i class="fas fa-edit me-2"></i><?= _("Modifier les Paramètres") ?>
</button>
</div>