This commit is contained in:
KONE SOREL 2026-04-10 12:31:36 +00:00
parent f931498aeb
commit e6fcfb1ac5

View File

@ -49,7 +49,7 @@
<td class="text-center small text-muted"><?= $appli; ?></td>
<td class="text-center pe-3">
<button type="button"
class="btn btn-outline-primary btn-sm rounded-pill px-3 shadow-sm fw-bold w-100"
class="btn btn-outline-warning btn-sm rounded-pill px-3 shadow-sm fw-bold w-100"
onclick="formModifTableRef(<?= $idData; ?>);">
<i class="fas fa-edit me-1"></i> <?= _("Modifier") ?>
</button>