summaryrefslogtreecommitdiffstats
path: root/modules-available/sysconfig/templates/list-modules.html
diff options
context:
space:
mode:
authorChristian Hofmaier2017-09-25 18:16:10 +0200
committerChristian Hofmaier2017-09-25 18:16:10 +0200
commit69474904127814baa06668488bd67772ad417b6a (patch)
tree0f3f4edcfeb4a9f0e1e0a8f629fdf52b2d56b975 /modules-available/sysconfig/templates/list-modules.html
parent[webinterface] fixed inconsistencies (diff)
downloadslx-admin-69474904127814baa06668488bd67772ad417b6a.tar.gz
slx-admin-69474904127814baa06668488bd67772ad417b6a.tar.xz
slx-admin-69474904127814baa06668488bd67772ad417b6a.zip
[sysconfig][baseconfig] fixed inconsistencies
Diffstat (limited to 'modules-available/sysconfig/templates/list-modules.html')
-rw-r--r--modules-available/sysconfig/templates/list-modules.html8
1 files changed, 5 insertions, 3 deletions
diff --git a/modules-available/sysconfig/templates/list-modules.html b/modules-available/sysconfig/templates/list-modules.html
index c6622ee7..f15814f2 100644
--- a/modules-available/sysconfig/templates/list-modules.html
+++ b/modules-available/sysconfig/templates/list-modules.html
@@ -39,7 +39,7 @@
{{/modules}}
</form>
</div>
- <div class="panel-footer">
+ <div class="panel-footer text-right">
<a class="btn btn-primary" href="?do=SysConfig&amp;action=addmodule">{{lang_newModule}}</a>
</div>
</div>
@@ -47,11 +47,13 @@
<div class="modal fade" id="help-module" tabindex="-1" role="dialog">
<div class="modal-dialog">
<div class="modal-content">
- <div class="modal-header">{{lang_moduleConfiguration}}</div>
+ <div class="modal-header">
+ <button type="button" class="close" data-dismiss="modal">&times;</button>
+ <h4 class="modal-title"><b>{{lang_moduleConfiguration}}</b></h4>
+ </div>
<div class="modal-body">
{{lang_helpModuleConfiguration}}
</div>
- <div class="modal-footer"><a class="btn btn-primary" data-dismiss="modal">{{lang_close}}</a></div>
</div>
</div>
</div>