This commit is contained in:
KONE SOREL 2026-04-03 18:21:53 +00:00
parent f6c9615f0c
commit b60424b663

View File

@ -44,8 +44,7 @@
<label class="form-label small fw-bold text-muted" style="font-size: 0.65rem;"><?= _("Nouvelle Durée (Jours)") ?></label>
<div class="input-group">
<span class="input-group-text bg-light border-end-0 text-muted" style="border-color: var(--border-light);"><i class="fas fa-clock small"></i></span>
<input id="dureeVie" name="dureeVie" class="form-control fw-bold shadow-none" type="number"
style="border-color: var(--border-light); color: var(--text-main);"
<input id="dureeVie" name="dureeVie" class="form-control fw-bold shadow-none border-warning" type="number"
value="<?= $this->nettoyer($typebon['dureeVie']) ?>"
onChange="this.value=supprimer_espace_nombre(this.value); controle_numerique(this);">
</div>
@ -53,7 +52,7 @@
<div class="col-md-6">
<label class="form-label small fw-bold text-muted" style="font-size: 0.65rem;"><?= _("Nouveau Type Gestion") ?></label>
<select class="form-select fw-bold shadow-none" id="codeGestionBon" name="codeGestionBon" style="border-color: var(--border-light); color: var(--text-main);">
<select class="form-select fw-bold shadow-none border-warning" id="codeGestionBon" name="codeGestionBon" style="border-color: var(--border-light); color: var(--text-main);">
<?php liste_options($typegestion, $typebon['codeGestionBon'], true); ?>
</select>
</div>