This commit is contained in:
KONE SOREL 2026-03-15 13:32:45 +00:00
parent 760e781da9
commit b3a8acdc75

View File

@ -19,7 +19,7 @@
<button type="button" class="btn btn-light rounded-pill px-3 fw-bold text-muted border shadow-sm btn-sm" onclick="retour_fiche_garant();">
<i class="fas fa-times me-1"></i> <?= _("Annuler") ?>
</button>
<button type="button" id="btn_enreg" class="btn btn-warning rounded-pill px-4 fw-bold shadow-sm btn-sm" onclick="modifier_param_fact_garant('<?= $superUser ?>');">
<button type="button" id="btn_enreg" class="btn btn-primary rounded-pill px-4 fw-bold shadow-sm btn-sm" onclick="modifier_param_fact_garant('<?= $superUser ?>');">
<i class="fas fa-save me-1"></i> <?= _("Modifier les Paramètres") ?>
</button>
</div>