der
This commit is contained in:
@@ -47,7 +47,7 @@
|
||||
<td class="text-start ps-3 fw-bold text-dark border-end"><?= $libelle ?></td>
|
||||
<td class="fw-bold"><?= $this->nettoyer($v['coefficient']); ?></td>
|
||||
<td class="text-primary fw-bold"><?= format_N($this->nettoyer($v['forfaitPlafond']));?></td>
|
||||
<td class="text-danger fw-bold"><?= $this->nettoyer($v['ticketModerateur']);?>%</td>
|
||||
<td class="text-danger fw-bold"><?= intval($this->nettoyer($v['ticketModerateur']));?>%</td>
|
||||
<td>
|
||||
<span class="badge <?= $isActif ? 'bg-success' : 'bg-secondary' ?> rounded-pill">
|
||||
<?= $isActif ? _("Oui") : _("Non") ?>
|
||||
|
||||
Reference in New Issue
Block a user