summaryrefslogtreecommitdiffstats
path: root/modules-available/locationinfo/templates/page-locations.html
diff options
context:
space:
mode:
authorSimon Rettberg2018-02-07 14:17:01 +0100
committerSimon Rettberg2018-02-07 14:17:01 +0100
commit3ce5bce022e64e2f685b5491c3d5a00c1875b71a (patch)
tree50f5530c7f8a63cd57d68451b9892c61bf896080 /modules-available/locationinfo/templates/page-locations.html
parentMerge branch 'master' of dnbd3:openslx-ng/slx-admin (diff)
parent[locationinfo] Fix styling of tooltip btns (diff)
downloadslx-admin-3ce5bce022e64e2f685b5491c3d5a00c1875b71a.tar.gz
slx-admin-3ce5bce022e64e2f685b5491c3d5a00c1875b71a.tar.xz
slx-admin-3ce5bce022e64e2f685b5491c3d5a00c1875b71a.zip
Merge branch 'master' of dnbd3:openslx-ng/slx-admin
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>