This commit is contained in:
KONE SOREL 2026-04-08 10:08:14 +00:00
parent 466d62f85e
commit 804960077f
2 changed files with 2 additions and 2 deletions

View File

@ -155,7 +155,7 @@
<div class="col-md-2">
<label class="form-label small mb-0"><?= _("Taux TM %") ?></label>
<input type="text" id="ticketModerateurFamilleActe" name="ticketModerateurFamilleActe"
class="form-control form-control-sm text-center bg-warning-subtle fw-bold"
class="form-control form-control-sm text-center bg-danger-subtle fw-bold"
value="<?= $tmBareme ?>" onkeyup="controle_numerique(this);">
</div>
<div class="col-md-4">

View File

@ -67,7 +67,7 @@
<td class="small fw-bold text-primary"><?= $this->nettoyer($v['codeTypeRemboursement']); ?></td>
<td><?= $this->nettoyer($v['delaiCarenceFamilleActe']);?> m</td>
<td class="fw-bold"><?= $this->nettoyer($v['ticketModerateur']);?>%</td>
<td class="fw-bold bg-danger-subtle"><?= intval($this->nettoyer($v['ticketModerateur']));?>%</td>
<td><?= format_N($this->nettoyer($v['forfaitTm'])); ?></td>
<td><?= $this->nettoyer($v['ageMinimum']);?></td>
<td><?= $this->nettoyer($v['ageMaximum']);?></td>