df
This commit is contained in:
parent
6d66c680d4
commit
05ef3fcbde
|
|
@ -6,7 +6,7 @@ if(!empty($actes)) {
|
|||
foreach($actes as $v) {
|
||||
$tab = explode(" <==> ",$v["libelle"]);
|
||||
|
||||
if (isset($tab[2]) && ($tab[2] != "Garanti" || $tab[2] != "Guaranteed")){
|
||||
if (isset($tab[2]) && ($tab[2] == "Garanti" || $tab[2] == "Guaranteed")){
|
||||
$style = "background-color: red; color:white;";
|
||||
}elseif (isset($tab[3]) && ($tab[3] == "Demander Accord" || $tab[3] == "Request Approval")){
|
||||
$style = "background-color: yellow;";
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user