This commit is contained in:
KONE SOREL 2026-03-15 12:10:30 +00:00
parent f60b13b38e
commit 4a22b226be

View File

@ -174,7 +174,7 @@
<button type="button" class="btn btn-light rounded-pill px-4 fw-bold text-muted border shadow-xs" onClick="consulter_param_fact_garant();">
<i class="fas fa-times me-2"></i> <?= _("Annuler") ?>
</button>
<button type="button" id="btn_enreg" class="btn btn-primary rounded-pill px-5 fw-bold shadow-sm" onClick="maj_paramfacturegarant();">
<button type="button" id="btn_enreg" class="btn btn-warning rounded-pill px-5 fw-bold shadow-sm" onClick="maj_paramfacturegarant();">
<i class="fas fa-save me-2"></i> <?= _("Enregistrer les modifications") ?>
</button>
</div>