summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteffen Ritter2018-04-12 15:11:13 +0200
committerSteffen Ritter2018-04-12 15:11:13 +0200
commite77086ed9ae09ec569d55fd06814a4a536d2bbea (patch)
tree5584c09b1d0ff06e67691d018665e5965ef5e6dd
parent[dnbd3] Colorful config formatting (diff)
downloadslx-admin-e77086ed9ae09ec569d55fd06814a4a536d2bbea.tar.gz
slx-admin-e77086ed9ae09ec569d55fd06814a4a536d2bbea.tar.xz
slx-admin-e77086ed9ae09ec569d55fd06814a4a536d2bbea.zip
[locationinfo] Move save btn to the right (design guidelines)
-rw-r--r--modules-available/locationinfo/templates/page-config-panel-default.html2
-rw-r--r--modules-available/locationinfo/templates/page-config-panel-summary.html2
-rw-r--r--modules-available/locationinfo/templates/page-config-panel-url.html2
-rw-r--r--modules-available/locationinfo/templates/page-locations.html2
-rw-r--r--modules-available/locationinfo/templates/page-servers.html3
5 files changed, 5 insertions, 6 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&amp;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">
diff --git a/modules-available/locationinfo/templates/page-config-panel-summary.html b/modules-available/locationinfo/templates/page-config-panel-summary.html
index 3dc93680..7f145916 100644
--- a/modules-available/locationinfo/templates/page-config-panel-summary.html
+++ b/modules-available/locationinfo/templates/page-config-panel-summary.html
@@ -122,8 +122,8 @@
</div>
</div>
- <button type="submit" class="btn btn-primary">{{lang_save}}</button>
<a href="?do=locationinfo&amp;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">
diff --git a/modules-available/locationinfo/templates/page-config-panel-url.html b/modules-available/locationinfo/templates/page-config-panel-url.html
index 798ff55d..efcafb77 100644
--- a/modules-available/locationinfo/templates/page-config-panel-url.html
+++ b/modules-available/locationinfo/templates/page-config-panel-url.html
@@ -88,8 +88,8 @@
</div>
</div>
- <button type="submit" class="btn btn-primary">{{lang_save}}</button>
<a href="?do=locationinfo&amp;show=panels" class="btn btn-default">{{lang_cancel}}</a>
+ <button type="submit" class="btn btn-primary">{{lang_save}}</button>
</form>
<script type="text/javascript"><!--
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>
diff --git a/modules-available/locationinfo/templates/page-servers.html b/modules-available/locationinfo/templates/page-servers.html
index 3edb0e66..6b02826e 100644
--- a/modules-available/locationinfo/templates/page-servers.html
+++ b/modules-available/locationinfo/templates/page-servers.html
@@ -59,9 +59,8 @@
<div class="modal-header" id="myModalHeader"></div>
<div class="modal-body" id="myModalBody"></div>
<div class="modal-footer">
- <button type="submit" id="myModalSubmitButton" class="btn btn-primary" form="">{{lang_save}}</button>
-
<a class="btn btn-default" data-dismiss="modal">{{lang_close}}</a>
+ <button type="submit" id="myModalSubmitButton" class="btn btn-primary" form="">{{lang_save}}</button>
</div>
</div>