diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-10-04 21:38:39 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-10-04 21:38:39 +0200 |
commit | d4af745fc8000be9fcc198d3d0205a6b134e374c (patch) | |
tree | 9f3742fcf21e5d3ba48ec4922de43d07f1e97031 /view/tpl/settings_display.tpl | |
parent | 6e03104e3ee785954b4f755240d1595f702522b2 (diff) | |
download | volse-hubzilla-d4af745fc8000be9fcc198d3d0205a6b134e374c.tar.gz volse-hubzilla-d4af745fc8000be9fcc198d3d0205a6b134e374c.tar.bz2 volse-hubzilla-d4af745fc8000be9fcc198d3d0205a6b134e374c.zip |
move *_divmore_height setting to the module extra_settings, and fix issue where feature settings were not synced if rpath was provided
Diffstat (limited to 'view/tpl/settings_display.tpl')
-rwxr-xr-x | view/tpl/settings_display.tpl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/view/tpl/settings_display.tpl b/view/tpl/settings_display.tpl index 8267ab27c..c93efb4aa 100755 --- a/view/tpl/settings_display.tpl +++ b/view/tpl/settings_display.tpl @@ -58,8 +58,6 @@ <div class="section-content-wrapper"> {{include file="field_input.tpl" field=$ajaxint}} {{include file="field_input.tpl" field=$itemspage}} - {{include file="field_input.tpl" field=$channel_divmore_height}} - {{include file="field_input.tpl" field=$network_divmore_height}} {{include file="field_checkbox.tpl" field=$nosmile}} {{include file="field_checkbox.tpl" field=$channel_menu}} {{include file="field_checkbox.tpl" field=$title_tosource}} |