X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Ffrio%2Ftemplates%2Fcontact_edit.tpl;h=3fa0bf50d12281920bdda439cb857fe826738641;hb=924869ab5b75fd496014a1b7ca1240a6df939fc6;hp=4836a47429e5b831752e44308b3e8b206239ac0d;hpb=4aa834564af57ee1b41eb391974e06d37c598873;p=friendica.git diff --git a/view/theme/frio/templates/contact_edit.tpl b/view/theme/frio/templates/contact_edit.tpl index 4836a47429..3fa0bf50d1 100644 --- a/view/theme/frio/templates/contact_edit.tpl +++ b/view/theme/frio/templates/contact_edit.tpl @@ -1,6 +1,6 @@
- {{if $header}}

{{$header}}: {{$name}}{{if $account_type}} ({{$account_type}}){{/if}}

{{/if}} + {{if $header}}

{{$header|escape}}: {{$name|escape}}{{if $account_type}} ({{$account_type|escape}}){{/if}}

{{/if}}
@@ -9,23 +9,25 @@
-
+ {{* This is the Action menu where contact related actions like 'ignore', 'hide' can be performed *}} @@ -33,31 +35,35 @@
- {{$contact_status}} + {{$contact_status|escape}} {{* Block with status information about the contact *}}
    - {{if $relation_text}}
  • {{$relation_text}}
  • {{/if}} - {{if $nettype}}
  • {{$nettype}}
  • {{/if}} + {{if $relation_text}}
  • {{$relation_text|escape}}
  • {{/if}} + {{if $nettype}}
  • {{$nettype|escape}}
  • {{/if}} {{if $poll_enabled}} -
  • {{$lastupdtext}} {{$last_update}}
    +
  • {{$lastupdtext|escape}} {{$last_update|escape}}
    {{if $poll_interval}} - {{$updpub}} {{$poll_interval}} + + {{$updpub|escape}} {{$poll_interval}} + +
  • {{/if}} {{/if}} - {{if $lost_contact}}
  • {{$lost_contact}}
  • {{/if}} - {{if $insecure}}
  • {{$insecure}}
  • {{/if}} - {{if $blocked}}
  • {{$blocked}}
  • {{/if}} - {{if $ignored}}
  • {{$ignored}}
  • {{/if}} - {{if $archived}}
  • {{$archived}}
  • {{/if}} + {{if $lost_contact}}
  • {{$lost_contact|escape}}
  • {{/if}} + {{if $insecure}}
  • {{$insecure|escape}}
  • {{/if}} + {{if $blocked && !$pending}}
  • {{$blocked|escape}}
  • {{/if}} + {{if $pending}}
  • {{$pending|escape}}
  • {{/if}} + {{if $ignored}}
  • {{$ignored|escape}}
  • {{/if}} + {{if $archived}}
  • {{$archived|escape}}
  • {{/if}}
{{* End of contact-edit-status-wrapper *}} @@ -77,38 +83,38 @@
-
{{$profileurllabel}}
{{$profileurl}} +
{{$profileurllabel|escape}}
{{$profileurl|escape}}
{{if $location}}

-
{{$location_label}}
-
{{$location}}
+
{{$location_label|escape}}
+
{{$location|escape}}
{{/if}} {{if $xmpp}}

-
{{$xmpp_label}}
-
{{$xmpp}}
+
{{$xmpp_label|escape}}
+
{{$xmpp|escape}}
{{/if}} {{if $keywords}}

-
{{$keywords_label}}
-
{{$keywords}}
+
{{$keywords_label|escape}}
+
{{$keywords|escape}}
{{/if}} {{if $about}}

-
{{$about_label}}
-
{{$about}}
+
{{$about_label|escape}}
+
{{$about|escape}}
{{/if}}
@@ -116,39 +122,42 @@
+ {{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 }} {{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_blacklist}} {{/if}} {{/if}} {{include file="field_checkbox.tpl" field=$hidden}}
- +
+ {{/if}} + {{if $lbl_info1}}
@@ -158,25 +167,32 @@ {{include file="field_textarea.tpl" field=$cinfo}}
- +
+ {{if $reason}} +

{{$lbl_info2|escape}}

+

{{$reason}}

+
+ {{/if}}
- + {{/if}} + {{if $lbl_vis1}}
+
{{if $profile_select}}
-

{{$lbl_vis2}}

+

{{$lbl_vis2|escape}}

{{$profile_select}} @@ -185,13 +201,13 @@ {{/if}}
- +
- + {{/if}}
{{* End of the form *}}