From 2326fc46b355eb7e800f9050e168584db5c22ebc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Bousqui=C3=A9?= Date: Mon, 3 Dec 2018 16:28:53 +0100 Subject: [PATCH] fix : style enseignant sur plan salle --- admin/salles/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/salles/index.php b/admin/salles/index.php index ce743fb..de5ef0a 100644 --- a/admin/salles/index.php +++ b/admin/salles/index.php @@ -118,7 +118,7 @@ function Affiche_plan_salle(&$machines_de_la_salle, &$portes) { $img_trombi = ""; } //$user_affich = $username; - $div = "
".$link.$machine."
".$username.$img_trombi."
".$ip."
"; + $div = "
".$link.$machine."
".$style.$username.$fin_style.$img_trombi."
".$ip."
"; echo $div; }