[x] Import de notes pour un contrôle (admin)

This commit is contained in:
xdrm-brackets 2016-01-03 22:07:50 +01:00
parent 17dd4096ed
commit 5b1081633b
2 changed files with 4 additions and 2 deletions

View File

@ -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.