summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteffen Ritter2018-04-27 14:21:23 +0200
committerSteffen Ritter2018-04-27 14:21:23 +0200
commitcfab30d7e5c2abce113def4a7554f7dcebe25f0d (patch)
treebdc877fc1f27de17ada2fea270dd73c8ef5e0159
parentDon't try to load non-existent style.css/clientscript.js (diff)
downloadslx-admin-cfab30d7e5c2abce113def4a7554f7dcebe25f0d.tar.gz
slx-admin-cfab30d7e5c2abce113def4a7554f7dcebe25f0d.tar.xz
slx-admin-cfab30d7e5c2abce113def4a7554f7dcebe25f0d.zip
[dozmod] Make label activate checkboxes
-rw-r--r--modules-available/dozmod/templates/runtimeconfig.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules-available/dozmod/templates/runtimeconfig.html b/modules-available/dozmod/templates/runtimeconfig.html
index e7295d48..6ea65ad4 100644
--- a/modules-available/dozmod/templates/runtimeconfig.html
+++ b/modules-available/dozmod/templates/runtimeconfig.html
@@ -20,13 +20,13 @@
<div class="checkbox">
<input type="checkbox" name="defaultLecturePermissions[admin]" value="1" {{defaultLecturePermissions.admin}} id ="lecture_admin" class="form-control">
- <label>
+ <label for"lecture_admin">
{{lang_lecturePermissionAdmin}}
</label>
</div>
<div class="checkbox">
<input type="checkbox" name="defaultLecturePermissions[edit]" value="1" {{defaultLecturePermissions.edit}} id ="lecture_edit" class="form-control">
- <label>
+ <label for="lecture_edit">
{{lang_lecturePermissionEdit}}
</label>
</div>