summaryrefslogtreecommitdiffstats
path: root/modules-available/sysconfig/templates/branding-check.html
diff options
context:
space:
mode:
authorSimon Rettberg2023-11-13 17:01:39 +0100
committerSimon Rettberg2023-11-13 17:01:39 +0100
commit432ab4188f9b7d214889216304d4a00f888c59a4 (patch)
tree0f922061653a38fed4dc43b587803bbc3ac1ee7f /modules-available/sysconfig/templates/branding-check.html
parentRoundup of issues reported by PHPStorm (diff)
downloadslx-admin-432ab4188f9b7d214889216304d4a00f888c59a4.tar.gz
slx-admin-432ab4188f9b7d214889216304d4a00f888c59a4.tar.xz
slx-admin-432ab4188f9b7d214889216304d4a00f888c59a4.zip
[sysconfig] Make title field required via HTML
Diffstat (limited to 'modules-available/sysconfig/templates/branding-check.html')
-rw-r--r--modules-available/sysconfig/templates/branding-check.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules-available/sysconfig/templates/branding-check.html b/modules-available/sysconfig/templates/branding-check.html
index d48f9631..80eb4d48 100644
--- a/modules-available/sysconfig/templates/branding-check.html
+++ b/modules-available/sysconfig/templates/branding-check.html
@@ -20,7 +20,7 @@
<input type="hidden" name="edit" value="{{edit}}">
<div class="form-group">
<label for="title-id">{{lang_title}}</label>
- <input type="text" name="title" value="{{title}}" id ="title-id" class="form-control" placeholder="Name des Moduls">
+ <input type="text" name="title" value="{{title}}" id ="title-id" class="form-control" placeholder="Name des Moduls" required>
</div>
<div class="btn-group">
<a class="btn btn-default" href="?do=SysConfig&action=addmodule&step=Branding_Start">{{lang_cancel}}</a>