diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-09-26 15:02:20 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-09-26 15:02:20 +0200 |
commit | 9bc76b425948e7a6118e7749a3eb7c08c447bab3 (patch) | |
tree | 9e8e932e6c7266d3a8220bc7fb24dffc3e85d8ed /view/tpl/settings_display.tpl | |
parent | 9948bb3f2aa3bf3efa68623b87ba854fb59b4926 (diff) | |
download | volse-hubzilla-9bc76b425948e7a6118e7749a3eb7c08c447bab3.tar.gz volse-hubzilla-9bc76b425948e7a6118e7749a3eb7c08c447bab3.tar.bz2 volse-hubzilla-9bc76b425948e7a6118e7749a3eb7c08c447bab3.zip |
appification of the pdl editor and move advanced_theming to theme settings where it belongs
Diffstat (limited to 'view/tpl/settings_display.tpl')
-rwxr-xr-x | view/tpl/settings_display.tpl | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/view/tpl/settings_display.tpl b/view/tpl/settings_display.tpl index ee0e137b5..f96e7f84c 100755 --- a/view/tpl/settings_display.tpl +++ b/view/tpl/settings_display.tpl @@ -69,12 +69,6 @@ {{include file="field_checkbox.tpl" field=$preload_images}} {{include file="field_checkbox.tpl" field=$manual_update}} {{include file="field_checkbox.tpl" field=$start_menu}} - {{include file="field_checkbox.tpl" field=$advanced_theming}} - {{if $expert}} - <div class="form-group"> - <a class="btn btn-outline-secondary "href="pdledit">{{$layout_editor}}</a> - </div> - {{/if}} <div class="settings-submit-wrapper" > <button type="submit" name="submit" class="btn btn-primary">{{$submit}}</button> </div> |