summaryrefslogtreecommitdiffstats
path: root/modules-available/locationinfo/templates/page-locations.html
diff options
context:
space:
mode:
authorSteffen Ritter2018-02-06 16:16:20 +0100
committerSteffen Ritter2018-02-06 16:16:20 +0100
commit7e2509c6afbaf2a89d8df747c8e9ad0f48172221 (patch)
tree7c7c7ffb98a8ce556489f22048fa382f2aee813b /modules-available/locationinfo/templates/page-locations.html
parent[statistics_reporting] Translation for 'settings' (diff)
downloadslx-admin-7e2509c6afbaf2a89d8df747c8e9ad0f48172221.tar.gz
slx-admin-7e2509c6afbaf2a89d8df747c8e9ad0f48172221.tar.xz
slx-admin-7e2509c6afbaf2a89d8df747c8e9ad0f48172221.zip
[locationinfo] Fix styling of tooltip btns
also made the style of two close btns consistent to the rest
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 b30ef2ed..37d8dd96 100644
--- a/modules-available/locationinfo/templates/page-locations.html
+++ b/modules-available/locationinfo/templates/page-locations.html
@@ -50,7 +50,7 @@
<div class="modal-body"></div>
<div class="modal-footer">
<button type="submit" class="btn btn-primary">{{lang_save}}</button>
- <a class="btn btn-primary" data-dismiss="modal">{{lang_close}}</a>
+ <a class="btn btn-default" data-dismiss="modal">{{lang_close}}</a>
</div>
</form>
</div>
@@ -103,4 +103,4 @@ document.addEventListener("DOMContentLoaded", function () {
$('#settings-form').submit(submitLocationSettings);
});
-//--></script> \ No newline at end of file
+//--></script>