X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Fvier%2Ftemplates%2Fcontact_template.tpl;h=c4ed99caa479293649e86358167e996f69f98252;hb=25662eb6f4fe6a3218d2723d39a2a09376363849;hp=add2eff5c19f5e2a32cea5937323aee42e22a926;hpb=11a7eb8d8fd88bea174921ee2d2cfc63bfa82765;p=friendica.git diff --git a/view/theme/vier/templates/contact_template.tpl b/view/theme/vier/templates/contact_template.tpl index add2eff5c1..c4ed99caa4 100644 --- a/view/theme/vier/templates/contact_template.tpl +++ b/view/theme/vier/templates/contact_template.tpl @@ -5,7 +5,8 @@ - {{$contact.name}} + + {{$contact.name}} {{if $multiselect}} @@ -30,10 +31,16 @@
-
{{$contact.name}}
+
+ {{$contact.name}} + {{if $contact.account_type}} ({{$contact.account_type}}){{/if}} +
{{if $contact.alt_text}}
{{$contact.alt_text}}
{{/if}} - {{if $contact.itemurl}}
{{$contact.itemurl}}
{{/if}} - {{if $contact.network}}
{{$contact.network}}
{{/if}} +
+ {{if $contact.itemurl}}{{$contact.itemurl}}{{/if}} + {{if $contact.network}} ({{$contact.network}}){{/if}} +
+ {{if $contact.tags}}
{{$contact.tags}}
{{/if}} {{if $contact.details}}
{{$contact.details}}
{{/if}}