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:
parent
e86bd94746
commit
b58aa24129
|
@ -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>";
|
||||||
|
|
||||||
|
|
2
test.php
2
test.php
|
@ -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';
|
||||||
|
|
Loading…
Reference in New Issue