Comment test.php + page/groups.php ajout du champ 'rang' du semestre pour l'import de liste d'élèves

This commit is contained in:
xdrm-brackets 2015-11-25 00:23:47 +01:00
parent e86bd94746
commit b58aa24129
2 changed files with 2 additions and 1 deletions

View File

@ -662,6 +662,7 @@ if( permission('admin') ){
echo "<option value='".($annee['annee']+$i)."'>".anneeScolaire($annee['annee']+$i)."</option>"; echo "<option value='".($annee['annee']+$i)."'>".anneeScolaire($annee['annee']+$i)."</option>";
} }
echo "</select><br>"; echo "</select><br>";
echo "<input type='number' min=0 max=6 step=1 placeholder='rang du semestre'><br>";
echo "<div data-year='".$anneeOpt."' class='confirm active center'>Importer une liste</div>"; echo "<div data-year='".$anneeOpt."' class='confirm active center'>Importer une liste</div>";

View File

@ -46,7 +46,7 @@ require_once __ROOT__.'/manager/security.php';
debug(); debug();
$_SESSION['annee'] = 2018; // $_SESSION['annee'] = 2018;
/* /*
require_once __ROOT__.'/manager/phpExcel.php'; require_once __ROOT__.'/manager/phpExcel.php';
require_once __ROOT__.'/manager/groups.php'; require_once __ROOT__.'/manager/groups.php';