diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-09-17 15:05:40 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-09-17 15:05:40 +0200 |
commit | 6cd5826d214701071c0ea14a0be16284afc926b4 (patch) | |
tree | 2abbf01a6528e998be8c51d4d417f0e7007ea0c8 | |
parent | 5d33b34be7fe1a4c89d43a4bdab5c4e6b35a61bc (diff) | |
download | volse-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.
-rwxr-xr-x | view/tpl/settings.tpl | 12 |
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}} |