X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftemplates%2Fcontact_edit.tpl;h=a9105d696c8e0e0bcc4bb22c66701d59c18dd978;hb=7f4d399fc8ca0abd4ab99f1ee9dfecd5fa175fde;hp=90b163cb0f37a499290d57414ec5ce9f7f0b5061;hpb=ae5dde9f5ee4cab318eef969ec1e662cea240266;p=friendica.git diff --git a/view/templates/contact_edit.tpl b/view/templates/contact_edit.tpl index 90b163cb0f..a9105d696c 100644 --- a/view/templates/contact_edit.tpl +++ b/view/templates/contact_edit.tpl @@ -1,3 +1,4 @@ +
{{* Insert Tab-Nav *}} @@ -12,9 +13,11 @@ {{* This is the Action menu where contact related actions like 'ignore', 'hide' can be performed *}}
- {{$contact_action_button}} +
{{* End of contact-edit-status-wrapper *}} {{* Some information about the contact from the profile *}} -
{{$profileurllabel}}
{{$profileurl}}
+
{{$profileurllabel}}
{{$profileurl}}
{{if $location}}
{{$location_label}}
{{$location nofilter}}
{{/if}} {{if $xmpp}}
{{$xmpp_label}}
{{$xmpp}}
{{/if}} {{if $matrix}}
{{$matrix_label}}
{{$matrix}}
{{/if}} @@ -59,40 +62,39 @@
- {{if $contact_settings_label}} + {{if $contact_settings_label}}
-
- {{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}} - -
-

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

{{$lbl_info2}}

{{$reason}}

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