forked from ScoDoc/ScoDoc
Deprecate affect_groups
This commit is contained in:
parent
01e5d1087e
commit
86fcc7cdf5
@ -648,4 +648,8 @@ h3 {
|
|||||||
|
|
||||||
#zonePartitions button span.editing:not(:first-child) {
|
#zonePartitions button span.editing:not(:first-child) {
|
||||||
margin-left: 8px;
|
margin-left: 8px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.old-group-functions {
|
||||||
|
display: none;
|
||||||
}
|
}
|
@ -1 +0,0 @@
|
|||||||
// Ici viendra le code de Seb
|
|
@ -10,11 +10,11 @@
|
|||||||
|
|
||||||
<div class="scobox help explanation">
|
<div class="scobox help explanation">
|
||||||
<p>
|
<p>
|
||||||
Cette page peut être utilisé pour exporter ou importer / modfiier les informations
|
Cette page peut être utilisée pour exporter ou importer / modifier les informations
|
||||||
concernant les étudiants et leur admission.
|
concernant les étudiants et leur admission.
|
||||||
</p>
|
</p>
|
||||||
<p>Ces informations sont facultatives mais souvent utiles pour mieux connaitre les étudiants
|
<p>Ces informations sont facultatives mais souvent utiles pour mieux connaitre les étudiants
|
||||||
et aussi pour effectuer des statistiques (résultats suivant le type de bac...).
|
et aussi pour effectuer des statistiques (résultats suivant le type de bac, ...).
|
||||||
Les données sont affichées sur les fiches individuelles des étudiants.
|
Les données sont affichées sur les fiches individuelles des étudiants.
|
||||||
</p>
|
</p>
|
||||||
<ul>
|
<ul>
|
||||||
|
@ -4,8 +4,9 @@
|
|||||||
{% block app_content %}
|
{% block app_content %}
|
||||||
<h2 class="formsemestre">Affectation aux groupes de {{ partition.partition_name }}</h2>
|
<h2 class="formsemestre">Affectation aux groupes de {{ partition.partition_name }}</h2>
|
||||||
|
|
||||||
<p class="help">
|
<p class="help warning">
|
||||||
👉💡 vous pourriez essayer <a href="{{
|
Cette page n'est plus maintenue et sera prochainement retirée :
|
||||||
|
vous devriez utiliser <a href="{{
|
||||||
url_for('scolar.partition_editor',
|
url_for('scolar.partition_editor',
|
||||||
scodoc_dept=g.scodoc_dept, formsemestre_id=formsemestre_id)
|
scodoc_dept=g.scodoc_dept, formsemestre_id=formsemestre_id)
|
||||||
}}" class="stdlink">le nouvel éditeur</a>
|
}}" class="stdlink">le nouvel éditeur</a>
|
||||||
|
@ -18,12 +18,6 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
|
|
||||||
{% block scripts %}
|
|
||||||
{{ super() }}
|
|
||||||
<script src="{{scu.STATIC_DIR}}/js/partition_editor.js"></script>
|
|
||||||
{% endblock %}
|
|
||||||
|
|
||||||
{% block app_content %}
|
{% block app_content %}
|
||||||
<h1>{% if not read_only %}Édition des p{% else %}P{%endif%}artitions</h1>
|
<h1>{% if not read_only %}Édition des p{% else %}P{%endif%}artitions</h1>
|
||||||
<h2></h2>
|
<h2></h2>
|
||||||
@ -107,7 +101,7 @@
|
|||||||
</main>
|
</main>
|
||||||
|
|
||||||
{% if not read_only %}
|
{% if not read_only %}
|
||||||
<div class="scobox space-before-24">
|
<div class="old-group-functions scobox space-before-24">
|
||||||
<ul>
|
<ul>
|
||||||
<li><a class="stdlink" href="{{
|
<li><a class="stdlink" href="{{
|
||||||
url_for('scolar.edit_partition_form',
|
url_for('scolar.edit_partition_form',
|
||||||
@ -157,6 +151,7 @@
|
|||||||
{% if edit_partition %}
|
{% if edit_partition %}
|
||||||
setEditMode();
|
setEditMode();
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
document.querySelector('.old-group-functions').style.display = "block";
|
||||||
}
|
}
|
||||||
|
|
||||||
function fetchData(request) {
|
function fetchData(request) {
|
||||||
|
Loading…
Reference in New Issue
Block a user