ser
This commit is contained in:
parent
69a914ea94
commit
a7ed9565a5
|
|
@ -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 class="text-light"><?= $this->nettoyer($typebon['libelleTypebon']) ?></small>
|
||||
<small class="text-white"><?= $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"
|
||||
|
|
@ -23,7 +23,7 @@
|
|||
<div class="modal-body p-4 bg-white">
|
||||
<input class="sr-only" type="text" id="idTypebon" name="idTypebon" value="<?= $this->nettoyer($typebon['idTypebon']) ?>">
|
||||
|
||||
<div class="p-3 mb-4 rounded-3 border" style="background-color: #faf9f8; border-color: var(--border-light) !important;">
|
||||
<div class="p-3 mb-4 rounded-3 border" class="border-0 shadow-sm bg-light">
|
||||
<label class="form-label small fw-bold text-muted text-uppercase mb-2" style="font-size: 0.65rem; letter-spacing: 0.05em;">
|
||||
<?= _("Configuration Actuelle") ?>
|
||||
</label>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user