diff options
author | Steffen Ritter | 2018-04-12 15:11:13 +0200 |
---|---|---|
committer | Steffen Ritter | 2018-04-12 15:11:13 +0200 |
commit | e77086ed9ae09ec569d55fd06814a4a536d2bbea (patch) | |
tree | 5584c09b1d0ff06e67691d018665e5965ef5e6dd /modules-available/locationinfo/templates/page-config-panel-default.html | |
parent | [dnbd3] Colorful config formatting (diff) | |
download | slx-admin-e77086ed9ae09ec569d55fd06814a4a536d2bbea.tar.gz slx-admin-e77086ed9ae09ec569d55fd06814a4a536d2bbea.tar.xz slx-admin-e77086ed9ae09ec569d55fd06814a4a536d2bbea.zip |
[locationinfo] Move save btn to the right (design guidelines)
Diffstat (limited to 'modules-available/locationinfo/templates/page-config-panel-default.html')
-rw-r--r-- | modules-available/locationinfo/templates/page-config-panel-default.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules-available/locationinfo/templates/page-config-panel-default.html b/modules-available/locationinfo/templates/page-config-panel-default.html index 41a8fd00..ba493579 100644 --- a/modules-available/locationinfo/templates/page-config-panel-default.html +++ b/modules-available/locationinfo/templates/page-config-panel-default.html @@ -309,8 +309,8 @@ </div> </div> - <button type="submit" class="btn btn-primary">{{lang_save}}</button> <a href="?do=locationinfo&show=panels" class="btn btn-default">{{lang_cancel}}</a> + <button type="submit" class="btn btn-primary">{{lang_save}}</button> </form> <div class="modal fade" id="no-locations-message" tabindex="-1" role="dialog"> |