This commit is contained in:
KONE SOREL 2026-04-03 15:39:13 +00:00
parent cf576792e4
commit dbe1e70d10
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@
<h5 class="modal-title fw-bold mb-0" style="color: #ffffff !important; letter-spacing: -0.5px; font-size: 1.1rem;">
<?= _("Mise à jour du paramètre") ?>
</h5>
<small style="color: rgba(255,255,255,0.7);"><?= $this->nettoyer($typebon['libelleTypebon']) ?></small>
<small class="text-muted"><?= $this->nettoyer($typebon['libelleTypebon']) ?></small>
</div>
</div>
<button type="button" class="btn p-2 border-0 shadow-none d-flex align-items-center justify-content-center"

View File

@ -53,7 +53,7 @@
</span>
</td>
<td class="text-end pe-4">
<button class="btn btn-sm btn-primary fw-bold px-3 shadow-sm"
<button class="btn btn-sm btn-warning fw-bold px-3 shadow-sm"
onclick="javascript:modifier_type_bon(<?= $idTypebon ?>)">
<i class="fas fa-edit me-1"></i> <?= _("Modifier") ?>
</button>