This commit is contained in:
KONE SOREL 2026-04-04 18:03:34 +00:00
parent 6184f72ae6
commit 5e94605992

View File

@ -44,11 +44,11 @@
<div class="card-body p-4 bg-transparent">
<div class="mb-3">
<label class="form-label small fw-bold text-muted"><?= _("Code Réseau") ?></label>
<input class="form-control border-0 bg-white" type="text" value="<?= $codeReseau ?>" readonly>
<input class="form-control border-0 bg-light" type="text" value="<?= $codeReseau ?>" 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 majuscule fw-bold" type="text" value="<?= $libelleActuel ?>" readonly>
<input class="form-control border-0 bg-light majuscule fw-bold" type="text" value="<?= $libelleActuel ?>" readonly>
</div>
</div>
</div>