frt
This commit is contained in:
parent
cf576792e4
commit
69a914ea94
|
|
@ -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-light"><?= $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"
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user