summaryrefslogtreecommitdiffstats
path: root/modules-available/dozmod/templates
diff options
context:
space:
mode:
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">