v
This commit is contained in:
parent
2b378e5a0e
commit
4d597c8f6b
|
|
@ -21,18 +21,18 @@
|
||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
<div class="row g-3">
|
<div class="row g-3">
|
||||||
<div class="col-md-4">
|
<div class="col-md-4">
|
||||||
<label for="codeProduit" class="form-label"><?= _("Catégorie") ?></label>
|
<label for="codeProduit" class="form-label small fw-bold text-uppercase"><?= _("Catégorie") ?></label>
|
||||||
<select class="form-control" id="codeProduit" name="codeProduit" readonly>
|
<select class="form-control" id="codeProduit" name="codeProduit" readonly>
|
||||||
<?php liste_options($produit, $this->nettoyer($collegeTemp['codeProduit'])); ?>
|
<?php liste_options($produit, $this->nettoyer($collegeTemp['codeProduit'])); ?>
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-4">
|
<div class="col-md-4">
|
||||||
<label for="libelleCollege" class="form-label"><?= _("Collège") ?></label>
|
<label for="libelleCollege" class="form-label small fw-bold text-uppercase"><?= _("Collège") ?></label>
|
||||||
<input type="text" class="form-control" id="libelleCollege" name="libelleCollege"
|
<input type="text" class="form-control" id="libelleCollege" name="libelleCollege"
|
||||||
value="<?= $collegeTemp['libelleCollege'] ?>" readonly>
|
value="<?= $collegeTemp['libelleCollege'] ?>" readonly>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-4">
|
<div class="col-md-4">
|
||||||
<label for="rachatTm" class="form-label"><?= _("Rachat TM") ?></label>
|
<label for="rachatTm" class="form-label small fw-bold text-uppercase"><?= _("Rachat TM") ?></label>
|
||||||
<select class="form-control" id="rachatTm" name="rachatTm" readonly>
|
<select class="form-control" id="rachatTm" name="rachatTm" readonly>
|
||||||
<?php liste_options($rachattm, $collegeTemp['rachatTm'], true); ?>
|
<?php liste_options($rachattm, $collegeTemp['rachatTm'], true); ?>
|
||||||
</select>
|
</select>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user