X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Ffrio%2Ftemplates%2Fsearch_item.tpl;h=9722a6e1d44e4aa5c5bc63298be91adf96a171e8;hb=0094dd824018b8f972bdb1f090c996ebfb7c9b36;hp=122a86ae860ddff8223c7a465207e1c8258348b7;hpb=9285ba81786a715d4eebed7508e7dfcf96db475a;p=friendica.git diff --git a/view/theme/frio/templates/search_item.tpl b/view/theme/frio/templates/search_item.tpl index 122a86ae86..9722a6e1d4 100644 --- a/view/theme/frio/templates/search_item.tpl +++ b/view/theme/frio/templates/search_item.tpl @@ -169,29 +169,34 @@ {{* Buttons for like and dislike *}} {{if $item.vote}} -
+ {{if $item.vote.like}} {{$item.vote.like.0}} + {{/if}} + + {{if $item.vote.like AND $item.vote.dislike}} +  â€¢  + {{/if}} {{if $item.vote.dislike}} -  â€¢  {{$item.vote.dislike.0}} {{/if}} - {{if $item.comment}} â€¢ {{/if}} -
+ {{if ($item.vote.like OR $item.vote.dislike) AND $item.comment}} +  â€¢  + {{/if}} {{/if}} {{* Butten to open the comment text field *}} {{if $item.comment}} -
- {{$item.switchcomment}} -
+ {{$item.switchcomment}} {{/if}} {{* Button for sharing the item *}} {{if $item.vote}} + {{if ($item.vote.like OR $item.vote.dislike OR $item.comment) AND $item.vote.share}} +  â€¢  + {{/if}} {{if $item.vote.share}} -  â€¢   {{$item.vote.share.0}} {{/if}} {{/if}}