summaryrefslogtreecommitdiffstats
path: root/modules-available/locationinfo/templates/page-servers.html
diff options
context:
space:
mode:
authorSteffen Ritter2018-04-12 15:11:13 +0200
committerSteffen Ritter2018-04-12 15:11:13 +0200
commite77086ed9ae09ec569d55fd06814a4a536d2bbea (patch)
tree5584c09b1d0ff06e67691d018665e5965ef5e6dd /modules-available/locationinfo/templates/page-servers.html
parent[dnbd3] Colorful config formatting (diff)
downloadslx-admin-e77086ed9ae09ec569d55fd06814a4a536d2bbea.tar.gz
slx-admin-e77086ed9ae09ec569d55fd06814a4a536d2bbea.tar.xz
slx-admin-e77086ed9ae09ec569d55fd06814a4a536d2bbea.zip
[locationinfo] Move save btn to the right (design guidelines)
Diffstat (limited to 'modules-available/locationinfo/templates/page-servers.html')
-rw-r--r--modules-available/locationinfo/templates/page-servers.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/modules-available/locationinfo/templates/page-servers.html b/modules-available/locationinfo/templates/page-servers.html
index 3edb0e66..6b02826e 100644
--- a/modules-available/locationinfo/templates/page-servers.html
+++ b/modules-available/locationinfo/templates/page-servers.html
@@ -59,9 +59,8 @@
<div class="modal-header" id="myModalHeader"></div>
<div class="modal-body" id="myModalBody"></div>
<div class="modal-footer">
- <button type="submit" id="myModalSubmitButton" class="btn btn-primary" form="">{{lang_save}}</button>
-
<a class="btn btn-default" data-dismiss="modal">{{lang_close}}</a>
+ <button type="submit" id="myModalSubmitButton" class="btn btn-primary" form="">{{lang_save}}</button>
</div>
</div>