aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-09-17 10:19:43 +1000
committerredmatrix <redmatrix@redmatrix.me>2015-09-17 10:19:43 +1000
commit30af694e30df54f031f052e40d614dc568f36482 (patch)
treee9ba3db68940d794a729b106769218e6dd74a73d /view/tpl
parentfa76da1dabdff9da3aa43f162337f5f3267b837c (diff)
parent1500691cc22443aac9bb6af409f8bbd64787a9e9 (diff)
downloadvolse-hubzilla-30af694e30df54f031f052e40d614dc568f36482.tar.gz
volse-hubzilla-30af694e30df54f031f052e40d614dc568f36482.tar.bz2
volse-hubzilla-30af694e30df54f031f052e40d614dc568f36482.zip
Merge pull request #44 from mrjive/move_submit_button
moved submit button to the bottom in settings.tpl
Diffstat (limited to 'view/tpl')
-rwxr-xr-xview/tpl/settings.tpl12
1 files changed, 5 insertions, 7 deletions
diff --git a/view/tpl/settings.tpl b/view/tpl/settings.tpl
index ab62ede45..3a6e8b7a3 100755
--- a/view/tpl/settings.tpl
+++ b/view/tpl/settings.tpl
@@ -26,9 +26,6 @@
{{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>
@@ -78,9 +75,6 @@
{{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>
@@ -130,10 +124,14 @@
{{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}}