From cd26ead043f9cb92ca4d59e587480520cb51f117 Mon Sep 17 00:00:00 2001 From: Mario Date: Fri, 23 Jun 2023 09:13:51 +0000 Subject: implement optional moderation of unsolicited comments, minor css fixes and some more work on ocap --- view/tpl/profile_vcard.tpl | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'view/tpl/profile_vcard.tpl') diff --git a/view/tpl/profile_vcard.tpl b/view/tpl/profile_vcard.tpl index 6cf40bf79..37339a40a 100644 --- a/view/tpl/profile_vcard.tpl +++ b/view/tpl/profile_vcard.tpl @@ -48,10 +48,10 @@ {{/if}} - {{if $details}} -
+ {{if $details && ($location || $hometown || $gender || $marital || $homepage)}} +
{{if $location}} -
+
{{$location}}
{{if $profile.address}} @@ -71,30 +71,30 @@
{{/if}} {{if $hometown}} -
+
{{$hometown}}
{{$profile.hometown}}
{{/if}} {{if $gender}} -
+
{{$gender}}
{{if $profile.gender_icon}} {{/if}}{{$profile.gender}}
{{/if}} {{if $marital}} -
+
 {{$marital}}
{{$profile.marital}}
{{/if}} {{if $homepage}} -
+
{{$homepage}}
{{$profile.homepage}}
{{/if}} -
+
{{/if}}
-- cgit v1.2.3