Expand system.accept_only_sharer pconfig value to include previous behavior with likes
This commit is contained in:
parent
361fdccdc7
commit
99979019bf
6 changed files with 33 additions and 9 deletions
|
@ -11,7 +11,7 @@
|
|||
|
||||
<div id="settings_general_expanded" class="settings-block" style="display: none;">
|
||||
|
||||
{{include file="field_checkbox.tpl" field=$accept_only_sharer}}
|
||||
{{include file="field_select.tpl" field=$accept_only_sharer}}
|
||||
{{include file="field_checkbox.tpl" field=$enable_cw}}
|
||||
{{include file="field_checkbox.tpl" field=$enable_smart_shortening}}
|
||||
{{include file="field_checkbox.tpl" field=$simple_shortening}}
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
</div>
|
||||
<div id="content-settings-content" class="panel-collapse collapse" role="tabpanel" aria-labelledby="content-settings-title">
|
||||
<div class="panel-body">
|
||||
{{include file="field_checkbox.tpl" field=$accept_only_sharer}}
|
||||
{{include file="field_select.tpl" field=$accept_only_sharer}}
|
||||
|
||||
{{include file="field_checkbox.tpl" field=$enable_cw}}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue