summaryrefslogtreecommitdiffstats
path: root/modules-available/locationinfo/templates/page-servers.html
diff options
context:
space:
mode:
authorSimon Rettberg2020-11-03 09:09:22 +0100
committerSimon Rettberg2020-11-03 09:09:22 +0100
commit61ba0aefc424c503877ef2574b1dec822d3ecea9 (patch)
tree9c826f9f3681014c37d5be286876077b9a7251c3 /modules-available/locationinfo/templates/page-servers.html
parent[locations] install: Fix migration of openingtimes (diff)
downloadslx-admin-61ba0aefc424c503877ef2574b1dec822d3ecea9.tar.gz
slx-admin-61ba0aefc424c503877ef2574b1dec822d3ecea9.tar.xz
slx-admin-61ba0aefc424c503877ef2574b1dec822d3ecea9.zip
[locationinfo] Clean up styling a bit more
Diffstat (limited to 'modules-available/locationinfo/templates/page-servers.html')
-rw-r--r--modules-available/locationinfo/templates/page-servers.html5
1 files changed, 2 insertions, 3 deletions
diff --git a/modules-available/locationinfo/templates/page-servers.html b/modules-available/locationinfo/templates/page-servers.html
index 2f692078..86adecca 100644
--- a/modules-available/locationinfo/templates/page-servers.html
+++ b/modules-available/locationinfo/templates/page-servers.html
@@ -66,7 +66,7 @@
<div class="modal fade" id="myModal" tabindex="-1" role="dialog">
<div class="modal-dialog">
<div class="modal-content">
- <div class="modal-header" id="myModalHeader"></div>
+ <div class="modal-header" id="myModalHeader"><h3>{{lang_backendSettings}}</h3></div>
<div class="modal-body" id="myModalBody"></div>
<div class="modal-footer">
<a class="btn btn-default" data-dismiss="modal">{{lang_close}}</a>
@@ -102,10 +102,9 @@
* @param serverid The id of the server.
*/
function loadServerSettingsModal(serverid) {
- $('#myModalHeader').text("{{lang_locationSettings}}").css("font-weight", "Bold");
$('#myModal .modal-dialog').css('width', '');
$('#myModal').modal('show');
- $('#myModalBody').load("?do=locationinfo&action=serverSettings&id=" + serverid);
+ $('#myModalBody').text('...').load("?do=locationinfo&action=serverSettings&id=" + serverid);
}
// ########### Server Table ###########