X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Ffrio%2Ftemplates%2Fcontact_edit.tpl;h=3fa0bf50d12281920bdda439cb857fe826738641;hb=924869ab5b75fd496014a1b7ca1240a6df939fc6;hp=4c12948dcef1b3d88d6d5b9e3385bd322b10e1b0;hpb=664afbcafbaab91f767dbdd47334db53333f080c;p=friendica.git diff --git a/view/theme/frio/templates/contact_edit.tpl b/view/theme/frio/templates/contact_edit.tpl index 4c12948dce..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,7 +9,7 @@
-
+ {{* This is the Action menu where contact related actions like 'ignore', 'hide' can be performed *}} @@ -35,35 +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 && !$pending}}
  • {{$blocked}}
  • {{/if}} - {{if $pending}}
  • {{$pending}}
  • {{/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 *}} @@ -83,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}}
@@ -127,14 +127,14 @@
- + {{include file="field_checkbox.tpl" field=$notify}} {{if $fetch_further_information}} @@ -144,7 +144,7 @@ {{include file="field_checkbox.tpl" field=$hidden}}
- +
@@ -157,7 +157,7 @@ @@ -167,11 +167,11 @@ {{include file="field_textarea.tpl" field=$cinfo}}
- +
{{if $reason}} -

{{$lbl_info2}}

+

{{$lbl_info2|escape}}

{{$reason}}

{{/if}} @@ -184,7 +184,7 @@ @@ -192,7 +192,7 @@
{{if $profile_select}}
-

{{$lbl_vis2}}

+

{{$lbl_vis2|escape}}

{{$profile_select}} @@ -201,7 +201,7 @@ {{/if}}
- +