This commit is contained in:
KONE SOREL 2026-04-04 16:48:15 +00:00
parent 6bbaaf0646
commit aaa9fc57df

View File

@ -71,10 +71,10 @@
<?php if($codeModecalculPrime=="TA"): ?>
<div class="row align-items-center mb-1 p-3 bg-primary-ghost rounded">
<div class="col-md-3">
<label class="small text-muted fw-bold text-uppercase"><?= _("Catégorie Tranche d'Âge") ?></label>
<div class="col-md-2">
<label class="small text-muted fw-bold"><?= _("Catégorie Tranche d'Âge") ?></label>
</div>
<div class="col-md-9">
<div class="col-md-10">
<select class="form-control bg-white border-0 fw-bold shadow-sm" disabled>
<?php liste_options($typesTranches,$this->nettoyer($produit['codeEnteteTrancheAge'])); ?>
</select>