diff --git a/view/templates/profile-hide-friends.tpl b/view/templates/profile-hide-friends.tpl index e2873b01ad..80e6dcb940 100644 --- a/view/templates/profile-hide-friends.tpl +++ b/view/templates/profile-hide-friends.tpl @@ -1,17 +1,3 @@ - -

-{{$desc}} -

- -
- - - -
-
-
- - - -
-
+
+ {{include file="field_yesno.tpl" field=$yesno}} +
diff --git a/view/templates/profile_vcard.tpl b/view/templates/profile_vcard.tpl index 056aabc964..fe5762973f 100644 --- a/view/templates/profile_vcard.tpl +++ b/view/templates/profile_vcard.tpl @@ -9,9 +9,9 @@ {{if $profile.picdate}}
{{$profile.name}}
- {{else}} + {{else}}
{{$profile.name}}
- {{/if}} + {{/if}} {{if $profile.network_name}}
{{$network}}
{{$profile.network_name}}
{{/if}} {{if $location}}
{{$location}}
@@ -46,12 +46,12 @@ - - {{if $profile.picdate}} -
{{$profile.name}}
- {{else}} -
{{$profile.name}}
- {{/if}} {{if $pdesc}}
{{$profile.pdesc}}
{{/if}} + {{if $profile.picdate}} +
{{$profile.name}}
+ {{else}} +
{{$profile.name}}
+ {{/if}} {{if $profile.network_name}}
{{$network}}
{{$profile.network_name}}
{{/if}} {{if $location}} -
{{$location}}

+
{{$location}}
{{if $profile.address}}
{{$profile.address}}
{{/if}} @@ -31,14 +30,14 @@ {{$profile.region}} {{$profile.postal_code}} - {{if $profile.country_name}}{{$profile.country_name}}{{/if}} + {{if $profile.country_name}}{{$profile.country_name}}{{/if}}
{{/if}} - {{if $gender}}
{{$gender}}
{{$profile.gender}}
{{/if}} + {{if $gender}}
{{$gender}}
{{$profile.gender}}
{{/if}} - {{if $profile.pubkey}}{{/if}} + {{if $profile.pubkey}}{{/if}} {{if $contacts}}{{/if}} @@ -46,7 +45,7 @@ {{if $marital}}
{{$marital}}
{{$profile.marital}}
{{/if}} - {{if $homepage}}
{{$homepage}}
{{$profile.homepage}}
{{/if}} + {{if $homepage}}
{{$homepage}}
{{$profile.homepage}}
{{/if}} {{if $about}}
{{$about}}
{{$profile.about}}
{{/if}} @@ -61,10 +60,11 @@
  • {{$connect}}
  • {{/if}} {{/if}} + {{if $wallmessage}} +
  • {{$wallmessage}}
  • + {{/if}} {{$contact_block}} - -