df
This commit is contained in:
parent
3567670f4b
commit
01c8203be2
|
|
@ -85,7 +85,7 @@
|
|||
<button class="badge rounded-pill bg-warning text-dark border-0 shadow-sm transition-hover"
|
||||
onclick="javascript:modifier_beneficiaire(<?= $idBeneficiaire; ?>);"
|
||||
style="cursor: pointer; transition: all 0.2s ease-in-out;"
|
||||
title="<?= _('Modifier le bénéficiaire') ?>">
|
||||
title="<?= est_anglophone() ? "Edit the beneficiary" : 'Modifier le bénéficiaire' ?>">
|
||||
<i class="fas fa-edit me-1"></i> <?= _("En attente") ?>
|
||||
</button>
|
||||
<?php endif; ?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user