summaryrefslogtreecommitdiffstats
path: root/modules-available/sysconfig/templates/custom-fileselect.html
diff options
context:
space:
mode:
Diffstat (limited to 'modules-available/sysconfig/templates/custom-fileselect.html')
-rw-r--r--modules-available/sysconfig/templates/custom-fileselect.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules-available/sysconfig/templates/custom-fileselect.html b/modules-available/sysconfig/templates/custom-fileselect.html
index 3e7dd3d6..5f190f08 100644
--- a/modules-available/sysconfig/templates/custom-fileselect.html
+++ b/modules-available/sysconfig/templates/custom-fileselect.html
@@ -5,7 +5,7 @@
<div class="input-group">
<span class="input-group-addon">{{lang_moduleName}}</span>
<input type="text" name="title" value="{{title}}" class="form-control" placeholder="Mein Konfigurationsmodul"
- autofocus="autofocus">
+ autofocus="autofocus" required>
</div>
<div class="pull-right">
<button type="submit" class="btn btn-primary">{{lang_next}} &raquo;</button>
@@ -51,4 +51,5 @@
<div class="pull-right">
<button type="submit" class="btn btn-primary">{{lang_next}} &raquo;</button>
</div>
+ <div class="clearfix"></div>
</form>