diff --git a/css/global.css b/css/global.css index 1f7e51b..987343c 100755 --- a/css/global.css +++ b/css/global.css @@ -81,6 +81,7 @@ table.basic:nth-child(4n+1) tr td:first-child{ border-left: 10px solid #3c73e6; table.basic:nth-child(4n+2) tr td:first-child{ border-left: 10px solid #e6983c; } table.basic:nth-child(4n+3) tr td:first-child{ border-left: 10px solid #2dcc70; } + /* @hover */ table.basic tr:hover td{ color: #fff; } diff --git a/page/groups.php b/page/groups.php index 0feb587..05002ad 100755 --- a/page/groups.php +++ b/page/groups.php @@ -185,7 +185,7 @@ if( $_SESSION['identifiant'] != null && $_SESSION['droits'] == 'admin' ){ // si echo ''; echo ''; echo ''; - echo 'Groupe '.$group->nom; + echo 'Groupe '.$group->nom.''; echo "(glisser-déposer étudiant pour le déplacer)"; echo ''; echo ''; @@ -202,7 +202,7 @@ if( $_SESSION['identifiant'] != null && $_SESSION['droits'] == 'admin' ){ // si echo "".$user['identifiant'].''; echo ''.$user['prenom'].''; echo ''.$user['nom'].''; - echo ''.$group->nom.''; + echo 'Groupe '.$group->nom.''; echo ''; }