From e31a79538bce568fc5496d4a525b14cc8551350e Mon Sep 17 00:00:00 2001 From: KONE SOREL Date: Mon, 9 Mar 2026 10:34:58 +0000 Subject: [PATCH] df --- Vue/Ajaxchargeractesmedicaux/index.php | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/Vue/Ajaxchargeractesmedicaux/index.php b/Vue/Ajaxchargeractesmedicaux/index.php index b69d1a7..bc9ec7e 100755 --- a/Vue/Ajaxchargeractesmedicaux/index.php +++ b/Vue/Ajaxchargeractesmedicaux/index.php @@ -5,7 +5,17 @@ if(!empty($actes)) { ",$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;";