diff options
Diffstat (limited to 'modules-available/locationinfo/templates/page-locations.html')
-rw-r--r-- | modules-available/locationinfo/templates/page-locations.html | 4 |
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> |