Correction de modification design tableaux + déplacement élèves
This commit is contained in:
parent
f746ba1672
commit
1bf0141988
|
@ -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+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; }
|
table.basic:nth-child(4n+3) tr td:first-child{ border-left: 10px solid #2dcc70; }
|
||||||
|
|
||||||
|
|
||||||
/* @hover */
|
/* @hover */
|
||||||
table.basic tr:hover td{ color: #fff; }
|
table.basic tr:hover td{ color: #fff; }
|
||||||
|
|
||||||
|
|
|
@ -185,7 +185,7 @@ if( $_SESSION['identifiant'] != null && $_SESSION['droits'] == 'admin' ){ // si
|
||||||
echo '<thead>';
|
echo '<thead>';
|
||||||
echo '<tr>';
|
echo '<tr>';
|
||||||
echo '<th colspan=5>';
|
echo '<th colspan=5>';
|
||||||
echo 'Groupe '.$group->nom;
|
echo 'Groupe <span>'.$group->nom.'</span>';
|
||||||
echo "<span style='font-weight:normal;padding-left:1em; font-size: .8em;'>(glisser-déposer étudiant pour le déplacer)</span>";
|
echo "<span style='font-weight:normal;padding-left:1em; font-size: .8em;'>(glisser-déposer étudiant pour le déplacer)</span>";
|
||||||
echo '</th>';
|
echo '</th>';
|
||||||
echo '</tr>';
|
echo '</tr>';
|
||||||
|
@ -202,7 +202,7 @@ if( $_SESSION['identifiant'] != null && $_SESSION['droits'] == 'admin' ){ // si
|
||||||
echo "<td>".$user['identifiant'].'</td>';
|
echo "<td>".$user['identifiant'].'</td>';
|
||||||
echo '<td>'.$user['prenom'].'</td>';
|
echo '<td>'.$user['prenom'].'</td>';
|
||||||
echo '<td>'.$user['nom'].'</td>';
|
echo '<td>'.$user['nom'].'</td>';
|
||||||
echo '<td><strong><span>'.$group->nom.'</span></strong></td>';
|
echo '<td>Groupe <strong><span>'.$group->nom.'</span></strong></td>';
|
||||||
echo '</tr>';
|
echo '</tr>';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue