aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/settings.tpl
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2015-09-17 15:05:40 +0200
committerMario Vavti <mario@mariovavti.com>2015-09-17 15:05:40 +0200
commit6cd5826d214701071c0ea14a0be16284afc926b4 (patch)
tree2abbf01a6528e998be8c51d4d417f0e7007ea0c8 /view/tpl/settings.tpl
parent5d33b34be7fe1a4c89d43a4bdab5c4e6b35a61bc (diff)
downloadvolse-hubzilla-6cd5826d214701071c0ea14a0be16284afc926b4.tar.gz
volse-hubzilla-6cd5826d214701071c0ea14a0be16284afc926b4.tar.bz2
volse-hubzilla-6cd5826d214701071c0ea14a0be16284afc926b4.zip
Revert "moved submit button to the bottom in settings.tpl"
This reverts commit 1500691cc22443aac9bb6af409f8bbd64787a9e9.
Diffstat (limited to 'view/tpl/settings.tpl')
-rwxr-xr-xview/tpl/settings.tpl12
1 files changed, 7 insertions, 5 deletions
diff --git a/view/tpl/settings.tpl b/view/tpl/settings.tpl
index 3a6e8b7a3..ab62ede45 100755
--- a/view/tpl/settings.tpl
+++ b/view/tpl/settings.tpl
@@ -26,6 +26,9 @@
{{include file="field_input.tpl" field=$photo_path}}
{{include file="field_input.tpl" field=$attach_path}}
+ <div class="settings-submit-wrapper" >
+ <button type="submit" name="submit" class="btn btn-primary">{{$submit}}</button>
+ </div>
</div>
</div>
</div>
@@ -75,6 +78,9 @@
{{include file="field_checkbox.tpl" field=$blocktags}}
{{include file="field_input.tpl" field=$expire}}
</div>
+ <div class="settings-submit-wrapper" >
+ <button type="submit" name="submit" class="btn btn-primary">{{$submit}}</button>
+ </div>
</div>
</div>
</div>
@@ -124,14 +130,10 @@
{{include file="field_input.tpl" field=$evdays}}
</div>
</div>
- </div>
- </div>
- </div>
- <div class="panel">
- <div class"section-subtitle-wrapper" role="tab" id="form-buttons">
<div class="settings-submit-wrapper" >
<button type="submit" name="submit" class="btn btn-primary">{{$submit}}</button>
</div>
+ </div>
</div>
</div>
{{if $menus}}