summaryrefslogtreecommitdiffstats
path: root/modules-available/locationinfo/templates/page-locations.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-locations.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-locations.html')
-rw-r--r--modules-available/locationinfo/templates/page-locations.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules-available/locationinfo/templates/page-locations.html b/modules-available/locationinfo/templates/page-locations.html
index 26f0b621..553df648 100644
--- a/modules-available/locationinfo/templates/page-locations.html
+++ b/modules-available/locationinfo/templates/page-locations.html
@@ -50,7 +50,7 @@
<input type="hidden" name="token" value="{{token}}">
<input type="hidden" name="action" value="writeLocationConfig">
<input type="hidden" name="openingtimes" id="json-openingtimes" value="">
- <div class="modal-header"><h2 id="location-modal-header"></h2></div>
+ <div class="modal-header"><h3 id="location-modal-header"></h3></div>
<div class="modal-body"></div>
<div class="modal-footer">
<a class="btn btn-default" data-dismiss="modal">{{lang_close}}</a>
@@ -76,7 +76,7 @@ document.addEventListener("DOMContentLoaded", function () {
var locationId = $(this).data('locationid');
var locationName = $(this).text();
$('#location-modal-header').text("[" + locationId + "] " + locationName);
- $('#location-modal').modal('show').find('.modal-body').load("?do=locationinfo&action=config-location&id=" + locationId);
+ $('#location-modal').modal('show').find('.modal-body').text('...').load("?do=locationinfo&action=config-location&id=" + locationId);
});
});