summaryrefslogtreecommitdiffstats
path: root/modules-available/exams/templates/page-exams.html
diff options
context:
space:
mode:
authorSimon Rettberg2016-07-28 17:30:44 +0200
committerSimon Rettberg2016-07-28 17:30:44 +0200
commit71d3d4efb61d9171b5a5ec1120c1aa3cdd572366 (patch)
tree711a31835830739c72bede0605d93d5df76fb8af /modules-available/exams/templates/page-exams.html
parent[dozmod] API: Implement netrules and runscript fetching for lectures (diff)
downloadslx-admin-71d3d4efb61d9171b5a5ec1120c1aa3cdd572366.tar.gz
slx-admin-71d3d4efb61d9171b5a5ec1120c1aa3cdd572366.tar.xz
slx-admin-71d3d4efb61d9171b5a5ec1120c1aa3cdd572366.zip
[exams] Add autostart lecture feature
Diffstat (limited to 'modules-available/exams/templates/page-exams.html')
-rw-r--r--modules-available/exams/templates/page-exams.html11
1 files changed, 8 insertions, 3 deletions
diff --git a/modules-available/exams/templates/page-exams.html b/modules-available/exams/templates/page-exams.html
index 184a69e3..fc88e4f4 100644
--- a/modules-available/exams/templates/page-exams.html
+++ b/modules-available/exams/templates/page-exams.html
@@ -17,6 +17,11 @@
{{^locationnames}}
<i>{{lang_global}}</i>
{{/locationnames}}
+ {{#lecturename}}
+ <div>
+ <b>{{lang_autostart}}</b>: {{lecturename}}
+ </div>
+ {{/lecturename}}
<div class="small">
{{description}}
{{^description}}
@@ -24,9 +29,9 @@
{{/description}}
</div>
</td>
- <td class="slx-nowrap">{{starttime_s}}</td>
- <td class="slx-nowrap">{{endtime_s}}</td>
- <td class="slx-nowrap">
+ <td class="text-nowrap">{{starttime_s}}</td>
+ <td class="text-nowrap">{{endtime_s}}</td>
+ <td class="text-nowrap text-right">
<form method="POST" action="?do=exams&action=delete" {{^liesInPast}}onsubmit="return confirm('{{lang_deleteConfirmation}}');"{{/liesInPast}} >
{{^liesInPast}}
<a onclick="slxShow({{starttime}}, {{endtime}})" class="btn btn-default btn-sm"><span class="glyphicon glyphicon-eye-open"></span></a>