[x] Import de notes pour un contrôle (admin)
This commit is contained in:
parent
17dd4096ed
commit
5b1081633b
|
@ -703,11 +703,13 @@ elseif( permission('master') || permission('admin') ){ // si enseignant et qu'un
|
|||
echo "<table class='basic col4'><thead>";
|
||||
echo "<th colspan=5 style='font-size:1.5em; text-align:center;'>".$answer->controle['nom'].' - '.$answer->controle['libelle'].'</th>';
|
||||
|
||||
echo '<tr>';
|
||||
echo "<th><span class='link ctrl' data-ctrl='".$answer->controle['id']."'>".$answer->controle['libelle']."</span></th>";
|
||||
echo '<tr class="noborder transparentbg">';
|
||||
echo "<td><div class='confirm active' style='background-color:#fff;' id='import_notes' data-ctrl='".$answer->controle['id']."'>Importer les notes";
|
||||
echo "<input type='file'></div></td>";
|
||||
|
||||
echo "<th>".$answer->controle['module']." - ".$answer->controle['modulelib']."</th>";
|
||||
|
||||
|
||||
/* [1] Affichage par groupes
|
||||
====================================================================================*/
|
||||
if( $groupeOpt == null ){
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue