This commit is contained in:
KONE SOREL 2026-04-13 17:58:04 +00:00
parent bb83c1d375
commit c3b728d3c2

View File

@ -54,12 +54,12 @@
</div>
<div class="col-md-3">
<label class="form-label small fw-bold text-muted text-uppercase required"><?= _("Ordre") ?></label>
<label class="form-label small fw-bold text-muted required"><?= _("Ordre") ?></label>
<div class="input-group">
<span class="input-group-text bg-light text-secondary">
<i class="fas fa-sort-numeric-down"></i>
</span>
<input class="form-control text-center fw-bold"
<input class="form-control text-center fw-bold border-2 border-start-0"
type="number"
id="ordre" name="ordre"
required autocomplete="off"