df
This commit is contained in:
parent
9bf2174502
commit
2118e845dc
|
|
@ -69,10 +69,10 @@
|
||||||
|
|
||||||
<?php if($codeModecalculPrime=="TA"): ?>
|
<?php if($codeModecalculPrime=="TA"): ?>
|
||||||
<div class="row align-items-center mb-1 p-3 bg-primary-ghost rounded">
|
<div class="row align-items-center mb-1 p-3 bg-primary-ghost rounded">
|
||||||
<div class="col-md-3">
|
<div class="col-md-2">
|
||||||
<label class="small text-muted fw-bold text-uppercase"><?= _("Type Tranche d'Âge") ?></label>
|
<label class="small text-muted fw-bold text-uppercase"><?= _("Type Tranche d'Âge") ?></label>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-9">
|
<div class="col-md-10">
|
||||||
<select class="form-control bg-white border-0 fw-bold shadow-sm" disabled>
|
<select class="form-control bg-white border-0 fw-bold shadow-sm" disabled>
|
||||||
<?php liste_options($typesTranches,$this->nettoyer($produit['codeEnteteTrancheAge'])); ?>
|
<?php liste_options($typesTranches,$this->nettoyer($produit['codeEnteteTrancheAge'])); ?>
|
||||||
</select>
|
</select>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user