diff options
Diffstat (limited to 'modules-available/locationinfo/templates/page-locations.html')
-rw-r--r-- | modules-available/locationinfo/templates/page-locations.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules-available/locationinfo/templates/page-locations.html b/modules-available/locationinfo/templates/page-locations.html index 94c4cd40..67da2c2e 100644 --- a/modules-available/locationinfo/templates/page-locations.html +++ b/modules-available/locationinfo/templates/page-locations.html @@ -53,8 +53,8 @@ <div class="modal-header"><h2 id="location-modal-header"></h2></div> <div class="modal-body"></div> <div class="modal-footer"> - <button type="submit" class="btn btn-primary">{{lang_save}}</button> <a class="btn btn-default" data-dismiss="modal">{{lang_close}}</a> + <button type="submit" class="btn btn-primary">{{lang_save}}</button> </div> </form> </div> |