summaryrefslogtreecommitdiffstats
path: root/modules-available/roomplanner/templates
diff options
context:
space:
mode:
authorChristian Klinger2016-08-26 10:36:21 +0200
committerChristian Klinger2016-08-26 10:36:21 +0200
commit4c39ec1b183f305f228f70d65dfd0c9190d1cbbf (patch)
tree4b117f7b0df7066aba0ba110672e154fd53ca758 /modules-available/roomplanner/templates
parentadded "Zurück"-Buttons to each add-module page. (diff)
downloadslx-admin-4c39ec1b183f305f228f70d65dfd0c9190d1cbbf.tar.gz
slx-admin-4c39ec1b183f305f228f70d65dfd0c9190d1cbbf.tar.xz
slx-admin-4c39ec1b183f305f228f70d65dfd0c9190d1cbbf.zip
minor improvements including #2970.
Diffstat (limited to 'modules-available/roomplanner/templates')
-rw-r--r--modules-available/roomplanner/templates/page.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules-available/roomplanner/templates/page.html b/modules-available/roomplanner/templates/page.html
index a531e57f..262d7947 100644
--- a/modules-available/roomplanner/templates/page.html
+++ b/modules-available/roomplanner/templates/page.html
@@ -34,7 +34,7 @@
</div>
<div class="modal-footer">
- <button class="btn btn-default pull-left">{{lang_cancel}}</button>
+ <button class="btn btn-default pull-left" data-dismiss="modal" >{{lang_cancel}}</button>
<button class="btn btn-primary" id="selectMachineButton">{{lang_select}}</button>
</div>
</div>