a
This commit is contained in:
parent
4c716a0a9c
commit
72690615a0
|
|
@ -404,17 +404,7 @@
|
||||||
<tr valign="top">
|
<tr valign="top">
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
<td align='center'> <?= $this->nettoyer($v['exercieReference'])?> </td>
|
<td align='center'> <?= $this->nettoyer($v['exercieReference'])?> </td>
|
||||||
<td align='center'>
|
<td align='center'> <?= $this->nettoyer($v['garantie'])?> </td>
|
||||||
<?php if($pourcentConsoFamille >='97'): ?>
|
|
||||||
<a title="<?= _("Plafond atteint pour cette garantie.")?>" href="javascript:alert('Plafond atteint pour cette garantie!');">
|
|
||||||
<span style="color:blue; background-color:#eeeeee; border:1px solid #000; border-radius:3px;">
|
|
||||||
<?= $this->nettoyer($v['garantie'])?>
|
|
||||||
</span>
|
|
||||||
</a>
|
|
||||||
<?php else: ?>
|
|
||||||
<?= $this->nettoyer($v['garantie'])?>
|
|
||||||
<?php endif; ?>
|
|
||||||
</td>
|
|
||||||
<td align='center' ><?= $plafondFamille ?></td>
|
<td align='center' ><?= $plafondFamille ?></td>
|
||||||
<td align='center'><?= format_N($this->nettoyer($v['consommationFamille'])) ?></td>
|
<td align='center'><?= format_N($this->nettoyer($v['consommationFamille'])) ?></td>
|
||||||
<td align='center' ><?= format_N($this->nettoyer($v['soldeGarantieFamille'])) ?></td>
|
<td align='center' ><?= format_N($this->nettoyer($v['soldeGarantieFamille'])) ?></td>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user