X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Ffrio%2Ftemplates%2Fsearch_item.tpl;h=fea94fb508b07b313d4d7ccac390b2945487958b;hb=9237b2611a1112072a5c5955999c557562a07153;hp=095b38968bffa455ab2c101bb4d26df1e3cd4bfe;hpb=d7f80bf7e7f90485f6713ae6968311c9748bbb95;p=friendica.git diff --git a/view/theme/frio/templates/search_item.tpl b/view/theme/frio/templates/search_item.tpl index 095b38968b..fea94fb508 100644 --- a/view/theme/frio/templates/search_item.tpl +++ b/view/theme/frio/templates/search_item.tpl @@ -169,26 +169,35 @@ {{* Buttons for like and dislike *}} {{if $item.vote}} {{if $item.vote.like}} - + + {{/if}} + {{if $item.vote.like AND $item.vote.dislike}} + • {{/if}} {{if $item.vote.dislike}} - + + {{/if}} + {{if ($item.vote.like OR $item.vote.dislike) AND $item.comment}} + • {{/if}} {{/if}} {{* Button to open the comment text field *}} {{if $item.comment}} - + {{/if}} {{* Button for sharing the item *}} {{if $item.vote}} {{if $item.vote.share}} - + {{if $item.vote.like OR $item.vote.dislike OR $item.comment}} + • + {{/if}} + {{/if}} {{/if}} - +