summaryrefslogtreecommitdiffstats
path: root/modules-available/dozmod/templates
diff options
context:
space:
mode:
authorSteffen Ritter2017-12-11 15:53:07 +0100
committerSteffen Ritter2017-12-11 15:53:07 +0100
commit56334e26a8acd42fd30a7f4827c5742270e3d373 (patch)
tree287b7a802c2b59b3828df3633ed349f3d42a4e97 /modules-available/dozmod/templates
parentadded prefered glyphicons to the design guidelines (diff)
downloadslx-admin-56334e26a8acd42fd30a7f4827c5742270e3d373.tar.gz
slx-admin-56334e26a8acd42fd30a7f4827c5742270e3d373.tar.xz
slx-admin-56334e26a8acd42fd30a7f4827c5742270e3d373.zip
[dozmod] Increase limits for maxImageValidityDays and maxLectureValidityDays
Diffstat (limited to 'modules-available/dozmod/templates')
-rw-r--r--modules-available/dozmod/templates/runtimeconfig.html8
1 files changed, 6 insertions, 2 deletions
diff --git a/modules-available/dozmod/templates/runtimeconfig.html b/modules-available/dozmod/templates/runtimeconfig.html
index cff61441..a1992631 100644
--- a/modules-available/dozmod/templates/runtimeconfig.html
+++ b/modules-available/dozmod/templates/runtimeconfig.html
@@ -73,13 +73,17 @@
<tr class="input-group">
<td class="input-group-addon">{{lang_maxImageValidity}}</td>
<td>
- <input name="maxImageValidityDays" class="form-control" type="number" value="{{maxImageValidityDays}}" min="7" max="999" pattern="^\d+$">
+ <input name="maxImageValidityDays"
+ class="form-control" type="number"
+ value="{{maxImageValidityDays}}" min="7" max="9999" pattern="^\d+$">
</td>
</tr>
<tr class="input-group">
<td class="input-group-addon">{{lang_maxLectureVisibility}}</td>
<td>
- <input name="maxLectureValidityDays" class="form-control" type="number" value="{{maxLectureValidityDays}}" min="1" max="999" pattern="^\d+$">
+ <input name="maxLectureValidityDays"
+ class="form-control" type="number"
+ value="{{maxLectureValidityDays}}" min="1" max="9999" pattern="^\d+$">
</td>
</tr>
<tr class="input-group">