df
This commit is contained in:
parent
5682f9c511
commit
e31a79538b
|
|
@ -5,7 +5,17 @@ if(!empty($actes)) {
|
||||||
<?php
|
<?php
|
||||||
foreach($actes as $v) {
|
foreach($actes as $v) {
|
||||||
$tab = explode(" <==> ",$v["libelle"]);
|
$tab = explode(" <==> ",$v["libelle"]);
|
||||||
|
|
||||||
|
/*
|
||||||
|
if (isset($tab[2]) && $tab[2] != "Garanti"){
|
||||||
|
$style = "background-color: red; color:white;";
|
||||||
|
}elseif (isset($tab[3]) && $tab[3] == "Demander Accord"){
|
||||||
|
$style = "background-color: yellow;";
|
||||||
|
}else{
|
||||||
|
$style = "background-color: white;";
|
||||||
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
if(est_anglophone()){
|
if(est_anglophone()){
|
||||||
if (isset($tab[1]) && $tab[1] != "Guaranteed"){
|
if (isset($tab[1]) && $tab[1] != "Guaranteed"){
|
||||||
$style = "background-color: red; color:white;";
|
$style = "background-color: red; color:white;";
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user