This commit is contained in:
KONE SOREL 2026-04-08 10:01:42 +00:00
parent 6997d30a60
commit 3c4db9dcf7

View File

@ -199,7 +199,7 @@
<div class="col-12 text-center mt-1">
<button id="btn_familleacte" name="btn_familleacte" type="button"
class="btn btn-primary px-5 py-2 shadow-sm fw-bold"
class="btn btn-primary px-5 py-2 shadow-sm fw-bold text-uppercase"
onclick="javascript:inserer_bareme_garantie();">
<i class="fas fa-plus-circle me-2"></i><?= _("Insérer la règle sur la Garantie") ?>
</button>
@ -344,11 +344,11 @@
</div>
</div>
<div class="col-12 mt-3 text-center">
<div class="col-12 mt-1 text-center">
<button id="btn_familleacteLienParente" name="btn_familleacteLienParente" type="button"
class="btn btn-primary py-2 fw-bold shadow-sm"
class="btn btn-primary py-2 fw-bold shadow-sm text-uppercase"
onclick="javascript:validiteDateEffetGarantieLienParente();">
<i class="fas fa-plus-circle me-2"></i><?= _("Valider et insérer la règle par lien de parenté") ?>
<i class="fas fa-plus-circle me-2"></i><?= _("Valider et insérer la règle par lien de parenté sur Garantie") ?>
</button>
</div>
</div>