Move "remote self" to the contact settings
This commit is contained in:
parent
490c151e73
commit
89509f02e4
9 changed files with 37 additions and 38 deletions
|
@ -41,12 +41,6 @@
|
|||
|
||||
{{include file="field_input.tpl" field=$photo}}
|
||||
|
||||
|
||||
{{if $allow_remote_self eq 1}}
|
||||
<h4>{{$label_remote_self}}</h4>
|
||||
{{include file="field_select.tpl" field=$remote_self}}
|
||||
{{/if}}
|
||||
|
||||
<div class="pull-right settings-submit-wrapper" >
|
||||
<button type="submit" name="submit" class="btn btn-primary" value="{{$lbl_submit}}">{{$lbl_submit}}</button>
|
||||
</div>
|
||||
|
|
|
@ -135,6 +135,10 @@
|
|||
{{include file="field_select.tpl" field=$fetch_further_information}}
|
||||
{{if $fetch_further_information.2 == 2 || $fetch_further_information.2 == 3}} {{include file="field_textarea.tpl" field=$ffi_keyword_denylist}} {{/if}}
|
||||
{{/if}}
|
||||
{{if $allow_remote_self}}
|
||||
{{include file="field_select.tpl" field=$remote_self}}
|
||||
{{/if}}
|
||||
|
||||
{{include file="field_checkbox.tpl" field=$hidden}}
|
||||
|
||||
<div class="pull-right settings-submit-wrapper" >
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue