This commit is contained in:
KONE SOREL 2026-03-09 10:34:58 +00:00
parent 5682f9c511
commit e31a79538b

View File

@ -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;";