summaryrefslogtreecommitdiffstats
path: root/modules-available/dozmod/templates/runtimeconfig.html
diff options
context:
space:
mode:
authorSimon Rettberg2021-04-21 16:06:29 +0200
committerSimon Rettberg2021-04-21 16:06:29 +0200
commit0094f7ee7360495be230d3476ed90d0afd331b9c (patch)
tree5acd0fddda2af70bac85526b03437901cf86e9d5 /modules-available/dozmod/templates/runtimeconfig.html
parent[dozmod] Update translations (diff)
downloadslx-admin-0094f7ee7360495be230d3476ed90d0afd331b9c.tar.gz
slx-admin-0094f7ee7360495be230d3476ed90d0afd331b9c.tar.xz
slx-admin-0094f7ee7360495be230d3476ed90d0afd331b9c.zip
[dozmod] Add checkbox for "allow student download"
Diffstat (limited to 'modules-available/dozmod/templates/runtimeconfig.html')
-rw-r--r--modules-available/dozmod/templates/runtimeconfig.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/modules-available/dozmod/templates/runtimeconfig.html b/modules-available/dozmod/templates/runtimeconfig.html
index 44fb4106..0033d60a 100644
--- a/modules-available/dozmod/templates/runtimeconfig.html
+++ b/modules-available/dozmod/templates/runtimeconfig.html
@@ -107,6 +107,14 @@
<p><i>{{lang_allowLoginDescription}}</i></p>
</div>
<br>
+ <div class="checkbox">
+ <input type="checkbox" name="allowStudentDownload" value="1" {{allowStudentDownload}} id="allowStudentDownload" class="form-control">
+ <label for="allowStudentDownload">
+ {{lang_allowStudentDownload}}
+ </label>
+ <p><i>{{lang_allowStudentDownloadDescription}}</i></p>
+ </div>
+ <br>
<div>
<label for="serverSideCopy">
{{lang_serverSideCopy}}