From c341437843ffa6a8345b305a414c9177c96b9276 Mon Sep 17 00:00:00 2001 From: jbousquie Date: Thu, 29 Sep 2016 11:37:19 +0200 Subject: [PATCH] refactor toogle qui prend maintenant 4 parametres --- admin/salles_live.php | 74 ++++++++++++++++++++++++++++++------------- 1 file changed, 52 insertions(+), 22 deletions(-) diff --git a/admin/salles_live.php b/admin/salles_live.php index 06257a6..98088f6 100644 --- a/admin/salles_live.php +++ b/admin/salles_live.php @@ -49,7 +49,8 @@ function InfoWinlog() { $liste_salles = ListeSalles(); $infobulle = InfoWinlog(); echo("
\n"); - echo("

Connexions Windows en cours par salle

\n"); + echo("Connexions Windows en cours par salle"); + echo("[+][-]
\n"); echo($liste_salles); echo("
rechargement\n
\n"); echo(''."\n"); @@ -70,18 +71,55 @@ function InfoWinlog() {