X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftemplates%2Fcontact_edit.tpl;h=c98b44e439e44db650638b28976994190786c2e2;hb=188f7b0eb07a37afa6ff276e9b479560d0123c4d;hp=6f63dde2b6ce768dd8c08aea8be3847f8e3f5083;hpb=fc87c51bb4620762590b291a9617f3ee44ec8609;p=friendica.git diff --git a/view/templates/contact_edit.tpl b/view/templates/contact_edit.tpl index 6f63dde2b6..c98b44e439 100644 --- a/view/templates/contact_edit.tpl +++ b/view/templates/contact_edit.tpl @@ -17,6 +17,7 @@ - - {{* End of contact-edit-status-wrapper *}} {{* Some information about the contact from the profile *}}
{{$profileurllabel}}
{{$profileurl}}
- {{if $location}}
{{$location_label}}
{{$location}}
{{/if}} + {{if $location}}
{{$location_label}}
{{$location nofilter}}
{{/if}} {{if $xmpp}}
{{$xmpp_label}}
{{$xmpp}}
{{/if}} {{if $keywords}}
{{$keywords_label}}
{{$keywords}}
{{/if}} {{if $about}}
{{$about_label}}
{{$about nofilter}}
{{/if}} @@ -72,8 +68,12 @@ {{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 $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}}
@@ -89,15 +89,6 @@
{{/if}} - - {{if $profile_select}} -
-

{{$lbl_vis1}}

-

{{$lbl_vis2}}

-
- {{$profile_select nofilter}} -
- {{/if}}