dert
This commit is contained in:
parent
324836ec5a
commit
9e29c32536
|
|
@ -43,6 +43,8 @@
|
|||
<?php
|
||||
$sp_acquis = (float)str_replace(',', '.', $sppolice['rapportsp']);
|
||||
$color_acquis = $sp_acquis > 80 ? 'danger' : ($sp_acquis > 60 ? 'warning' : 'success');
|
||||
|
||||
$limiteConsommation = $sppolice['limiteConsommation'];
|
||||
?>
|
||||
<div class="card border-0 shadow-sm bg-<?= $color_acquis ?> text-dark">
|
||||
<div class="card-body d-flex align-items-center">
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user