df
This commit is contained in:
parent
5682f9c511
commit
e31a79538b
|
|
@ -6,6 +6,16 @@ if(!empty($actes)) {
|
|||
foreach($actes as $v) {
|
||||
$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 (isset($tab[1]) && $tab[1] != "Guaranteed"){
|
||||
$style = "background-color: red; color:white;";
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user