X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftemplates%2Fcontact_edit.tpl;h=a9105d696c8e0e0bcc4bb22c66701d59c18dd978;hb=00ae7d0f59258e3d0d339d8e76f4a833999ecd3f;hp=5f582e066c56e0511c6913c73b126b6a0eb92bc2;hpb=9827e933a2a1b8e93f293d4e6293384126e5784c;p=friendica.git diff --git a/view/templates/contact_edit.tpl b/view/templates/contact_edit.tpl index 5f582e066c..a9105d696c 100644 --- a/view/templates/contact_edit.tpl +++ b/view/templates/contact_edit.tpl @@ -1,27 +1,30 @@ -
+ +
{{* Insert Tab-Nav *}} {{$tab_str nofilter}} -
-
+
+ {{* End of contact-edit-links *}} @@ -58,36 +62,39 @@
- {{if $contact_settings_label}} + {{if $contact_settings_label}}
-
- {{include file="field_checkbox.tpl" field=$notify}} - {{if $fetch_further_information}} - {{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_blacklist}} {{/if}} - {{/if}} - {{include file="field_checkbox.tpl" field=$hidden}} - -
-

{{$lbl_info1}}

- -
-
+
+ + {{include file="field_checkbox.tpl" field=$notify_new_posts}} + + {{if $fetch_further_information}} + {{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}} - {{if $reason}} + {{include file="field_textarea.tpl" field=$cinfo}} + + {{if $reason}}

{{$lbl_info2}}

{{$reason}}

- {{/if}} + {{/if}}
- - {{/if}} + {{/if}} +
{{* End of the form *}}