1
0
Fork 0

Correction affectation parcours (report sco96)

This commit is contained in:
Emmanuel Viennet 2023-07-24 21:38:04 +02:00
parent 92e75e11f2
commit c79eb6410a
2 changed files with 3 additions and 3 deletions

View File

@ -23,7 +23,7 @@
<section id="zoneChoix"> <section id="zoneChoix">
<h2>Étudiants</h2> <h2>Étudiants</h2>
<details> <details>
<summary>Outils d'affections</summary> <summary>Outils d'affectation</summary>
<div class="autoAffectation"> <div class="autoAffectation">
<a href="students_groups_auto_assignment?formsemestre_id={{formsemestre.id}}"><svg <a href="students_groups_auto_assignment?formsemestre_id={{formsemestre.id}}"><svg
xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none"

View File

@ -829,7 +829,7 @@
sheet.column("K").width(20); sheet.column("K").width(20);
sheet.column("L").width(20); sheet.column("L").width(20);
saveFile("Données groupes - " + formsemestre, workbook); saveFile("Donnees groupes - " + formsemestre, workbook);
}); });
} }
@ -853,7 +853,7 @@
colonne += 3; colonne += 3;
}) })
saveFile("Résultats groupes - " + formsemestre, workbook); saveFile("Resultats groupes - " + formsemestre, workbook);
}); });
} }