Correction erreur de selection semestreOpt
This commit is contained in:
parent
9b81ac29ec
commit
a467ba72eb
|
@ -568,7 +568,7 @@ debug();
|
|||
/* AFFINAGE PAR ANNEE */
|
||||
/**********************/
|
||||
echo "Exportation des listes d'étudiants<br>";
|
||||
echo "<span style='font-size:.8em;'>(Format compatible Microsoft Office, Open Office et Libre Office)</span><br><br>";
|
||||
echo "<span style='font-size:.8em;'>(Format compatible Microsoft Office, Open Office et Libre Office)</span><br>";
|
||||
|
||||
/* AFFINAGE POUR LES 5 ANNEES SUIVANTES */
|
||||
echo "<select name='annee'>";
|
||||
|
@ -580,7 +580,7 @@ debug();
|
|||
|
||||
array_push($anneesListe, $annee['annee']);
|
||||
}}
|
||||
echo "</select><br><br>";
|
||||
echo "</select><br>";
|
||||
|
||||
|
||||
|
||||
|
@ -627,6 +627,8 @@ debug();
|
|||
}
|
||||
|
||||
|
||||
echo "<br>";
|
||||
|
||||
echo "<div data-yr='".$anneeOpt."'' data-stre='".$semestre['id']."' class='confirm active center'>Générer le fichier</div>";
|
||||
echo "<div data-yr='".$anneeOpt."'' data-stre='".$semestre['id']."' class='confirm active center'>Télécharger le fichier</div>";
|
||||
|
||||
|
|
Loading…
Reference in New Issue