forked from ScoDoc/ScoDoc
Recap: enlève checkboxes obsolètes
This commit is contained in:
parent
9596c8cf6f
commit
50a0bc85e9
@ -140,22 +140,9 @@ def formsemestre_recapcomplet(
|
|||||||
H.append("</select>")
|
H.append("</select>")
|
||||||
|
|
||||||
H.append(
|
H.append(
|
||||||
"""(cliquer sur un nom pour afficher son bulletin ou <a class="stdlink" href="%s/Notes/formsemestre_bulletins_pdf?formsemestre_id=%s">ici avoir le classeur papier</a>)"""
|
""" (cliquer sur un nom pour afficher son bulletin ou <a class="stdlink" href="%s/Notes/formsemestre_bulletins_pdf?formsemestre_id=%s">ici avoir le classeur papier</a>)"""
|
||||||
% (scu.ScoURL(), formsemestre_id)
|
% (scu.ScoURL(), formsemestre_id)
|
||||||
)
|
)
|
||||||
if not parcours.UE_IS_MODULE:
|
|
||||||
H.append(
|
|
||||||
"""<input type="checkbox" name="hidemodules" value="1" onchange="document.f.submit()" """
|
|
||||||
)
|
|
||||||
if hidemodules:
|
|
||||||
H.append("checked")
|
|
||||||
H.append(""" >cacher les modules</input>""")
|
|
||||||
H.append(
|
|
||||||
"""<input type="checkbox" name="hidebac" value="1" onchange="document.f.submit()" """
|
|
||||||
)
|
|
||||||
if hidebac:
|
|
||||||
H.append("checked")
|
|
||||||
H.append(""" >cacher bac</input>""")
|
|
||||||
data = do_formsemestre_recapcomplet(
|
data = do_formsemestre_recapcomplet(
|
||||||
formsemestre_id,
|
formsemestre_id,
|
||||||
format=tabformat,
|
format=tabformat,
|
||||||
|
@ -3241,7 +3241,7 @@ table.dataTable td.etudinfo, table.dataTable td.group {
|
|||||||
}
|
}
|
||||||
/* Nouveau tableau recap */
|
/* Nouveau tableau recap */
|
||||||
div.table_recap {
|
div.table_recap {
|
||||||
margin-right: 6px;
|
margin-top: 6px;
|
||||||
}
|
}
|
||||||
div.table_recap table.table_recap {
|
div.table_recap table.table_recap {
|
||||||
width: auto;
|
width: auto;
|
||||||
|
Loading…
Reference in New Issue
Block a user