This commit is contained in:
KONE SOREL 2026-04-04 16:09:26 +00:00
parent 1cd509d1ff
commit 49fb59c9f5

View File

@ -17,10 +17,10 @@
<th class="text-center pe-3">
<div class="btn-group shadow-xs">
<button type="button" class="btn btn-primary btn-sm px-3 me-4" title="<?= _("Ajouter la tranche") ?>" onClick="ajouter_une_trancheage();">
<i class="fa fa-plus"></i>
<i class="fa fa-plus"></i><span><?= _("Ajouter l'âge") ?></span>
</button>
<button type="button" class="btn btn-danger-light btn-sm" title="<?= _("Vider") ?>" onClick="vider_entete_trancheage();">
<i class="fa fa-times"></i>
<i class="fa fa-times"></i><span><?= _("Tout supprimer") ?></span>
</button>
</div>
</th>