From: Hypolite Petovan Date: Sun, 25 Sep 2016 15:09:54 +0000 (-0400) Subject: Add active response support to frio theme (continued) X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=9064277bd49a02d88125a6e4daa6e9798e99b9ea;p=friendica.git Add active response support to frio theme (continued) - Added active class to search_item.tpl --- diff --git a/view/theme/frio/templates/search_item.tpl b/view/theme/frio/templates/search_item.tpl index 9722a6e1d4..90fbe03bbc 100644 --- a/view/theme/frio/templates/search_item.tpl +++ b/view/theme/frio/templates/search_item.tpl @@ -7,7 +7,7 @@ -
+
{{* Put additional actions in a top-right dropdown menu *}} @@ -170,7 +170,7 @@ {{* Buttons for like and dislike *}} {{if $item.vote}} {{if $item.vote.like}} - {{$item.vote.like.0}} + {{$item.vote.like.0}} {{/if}} {{if $item.vote.like AND $item.vote.dislike}} @@ -178,7 +178,7 @@ {{/if}} {{if $item.vote.dislike}} - {{$item.vote.dislike.0}} + {{$item.vote.dislike.0}} {{/if}} {{if ($item.vote.like OR $item.vote.dislike) AND $item.comment}} @@ -207,9 +207,9 @@ {{* Event attendance buttons *}} {{if $item.isevent}} {{/if}}