summaryrefslogtreecommitdiffstats
path: root/modules-available/exams
diff options
context:
space:
mode:
authorUdo Walter2017-09-13 13:57:20 +0200
committerUdo Walter2017-09-13 13:57:20 +0200
commit20dae626debac91f737473175b372c27b931f283 (patch)
treec7e3c2516cf1f24c5099da1b413558d8890639e2 /modules-available/exams
parent[exams] small design changes (diff)
downloadslx-admin-20dae626debac91f737473175b372c27b931f283.tar.gz
slx-admin-20dae626debac91f737473175b372c27b931f283.tar.xz
slx-admin-20dae626debac91f737473175b372c27b931f283.zip
[js_stupidtable] fixed stupidtable not working with collapsed tables
Diffstat (limited to 'modules-available/exams')
-rw-r--r--modules-available/exams/templates/page-upcoming-lectures.html4
1 files changed, 1 insertions, 3 deletions
diff --git a/modules-available/exams/templates/page-upcoming-lectures.html b/modules-available/exams/templates/page-upcoming-lectures.html
index bea53ad0..8ff8143e 100644
--- a/modules-available/exams/templates/page-upcoming-lectures.html
+++ b/modules-available/exams/templates/page-upcoming-lectures.html
@@ -39,8 +39,6 @@
</td>
</tr>
{{/pending_lectures}}
- </tbody>
- <tfoot>
{{#decollapse}}
<tr class="slx-decollapse">
<td colspan="3">
@@ -50,7 +48,7 @@
</td>
</tr>
{{/decollapse}}
- </tfoot>
+ </tbody>
</table>
</div>
</div>