Issue 10640: Use consistent settings to enable protocol support
This commit is contained in:
parent
0448070069
commit
e3c7cd25e1
9 changed files with 18 additions and 26 deletions
|
@ -135,7 +135,8 @@
|
|||
{{include file="field_select.tpl" field=$community_page_style}}
|
||||
{{include file="field_input.tpl" field=$max_author_posts_community_page}}
|
||||
|
||||
{{include file="field_checkbox.tpl" field=$ostatus_disabled}}
|
||||
{{include file="field_checkbox.tpl" field=$mail_enabled}}
|
||||
{{include file="field_checkbox.tpl" field=$ostatus_enabled}}
|
||||
|
||||
{{if $diaspora_able}}
|
||||
{{include file="field_checkbox.tpl" field=$diaspora_enabled}}
|
||||
|
@ -145,7 +146,6 @@
|
|||
<span id="id_{{$diaspora_enabled.0}}">{{$diaspora_not_able}}</span>
|
||||
</div>
|
||||
{{/if}}
|
||||
{{include file="field_checkbox.tpl" field=$dfrn_only}}
|
||||
{{include file="field_input.tpl" field=$global_directory}}
|
||||
<p>
|
||||
<input type="submit" name="republish_directory" class="btn btn-primary" value="{{$republish}}"/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue