dsq
This commit is contained in:
parent
0898fa834d
commit
6b12862cfa
|
|
@ -45,11 +45,11 @@
|
|||
<div class="card-body p-4">
|
||||
<div class="mb-3">
|
||||
<label class="form-label small fw-bold text-muted"><?= _("Code") ?></label>
|
||||
<input class="form-control border-0 bg-white" type="text" value="<?= $code ?>" readonly>
|
||||
<input class="form-control border-0 bg-light" type="text" value="<?= $code ?>" readonly>
|
||||
</div>
|
||||
<div class="mb-0">
|
||||
<label class="form-label small fw-bold text-muted"><?= _("Libellé") ?></label>
|
||||
<input class="form-control border-0 bg-white" type="text" value="<?= $valeurActuelle ?>" readonly>
|
||||
<input class="form-control border-0 bg-light" type="text" value="<?= $valeurActuelle ?>" readonly>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user