This commit is contained in:
KONE SOREL 2026-04-04 09:36:31 +00:00
parent bf2cc74ee9
commit 0fd2535227
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
<div class="card border-0 shadow-sm border-start border-success border-4 mb-4">
<div class="card-header bg-white py-3 border-0">
<h6 class="mb-0 fw-bold text-uppercase text-success small" id="titre_formData">
<h6 class="mb-0 fw-bold text-uppercase text-primary small" id="titre_formData">
<i class="fas fa-plus-circle me-2"></i><?= _("Ajouter un nouveau Pays") ?>
</h6>
</div>

View File

@ -34,7 +34,7 @@
<td class="text-dark fw-bold"><?= $this->nettoyer($v['libelle']) ?></td>
<td class="text-center pe-4">
<button type="button"
class="btn btn-outline-primary btn-sm px-3 rounded-pill fw-bold shadow-xs"
class="btn btn-outline-warning btn-sm px-3 rounded-pill fw-bold shadow-xs"
onclick="formModifTableRef(<?= $idData ?>);">
<i class="fas fa-edit me-1"></i> <?= _("Modifier") ?>
</button>