diff options
author | zottel <github@zottel.net> | 2015-09-17 08:50:28 +0200 |
---|---|---|
committer | zottel <github@zottel.net> | 2015-09-17 08:50:28 +0200 |
commit | 3017dbc8c1058c9a1258a19aff39d3833d5d038c (patch) | |
tree | e2c0fa8ae7827ebea20db24264dbacbcd1495edd /view/tpl/settings.tpl | |
parent | c2dac55edb9d825990b43f8f3c857a99ad491387 (diff) | |
parent | 5d33b34be7fe1a4c89d43a4bdab5c4e6b35a61bc (diff) | |
download | volse-hubzilla-3017dbc8c1058c9a1258a19aff39d3833d5d038c.tar.gz volse-hubzilla-3017dbc8c1058c9a1258a19aff39d3833d5d038c.tar.bz2 volse-hubzilla-3017dbc8c1058c9a1258a19aff39d3833d5d038c.zip |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'view/tpl/settings.tpl')
-rwxr-xr-x | view/tpl/settings.tpl | 12 |
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}} |