move *_divmore_height setting to the module extra_settings, and fix issue where feature settings were not synced if rpath was provided
This commit is contained in:
@@ -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}}
|
||||
|
@@ -11,6 +11,9 @@
|
||||
{{foreach $features as $feature}}
|
||||
{{include file="field_checkbox.tpl" field=$feature}}
|
||||
{{/foreach}}
|
||||
{{if $extra_settings_html}}
|
||||
{{$extra_settings_html}}
|
||||
{{/if}}
|
||||
<div class="settings-submit-wrapper" >
|
||||
<button type="submit" name="submit" class="btn btn-primary">{{$submit}}</button>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user