de
This commit is contained in:
parent
3d07d55763
commit
60536166cf
|
|
@ -55,10 +55,9 @@
|
|||
<div class="row">
|
||||
<div class="col-12">
|
||||
<label class="form-label small fw-bold text-muted mb-2" style="font-size: 0.65rem;">
|
||||
<i class="fas fa-check-circle me-1 text-primary"></i> <?= _("Statut de vigeur") ?>
|
||||
<i class="fas fa-check-circle me-1 text-warning"></i> <?= _("Statut de vigeur") ?>
|
||||
</label>
|
||||
<select class="form-select fw-bold shadow-none" id="enVigueur" name="enVigueur"
|
||||
style="border-color: var(--border-light); color: var(--text-main);" autofocus>
|
||||
<select class="form-select fw-bold shadow-none border-2 border-end-0 text-warning" id="enVigueur" name="enVigueur" autofocus>
|
||||
<?php liste_options($enVigueurOuiNon, $lienparente['enVigueur'], true); ?>
|
||||
</select>
|
||||
<div class="form-text small text-muted mt-2">
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user