From c5260c0f2f4f5246a2b5a01fc7d8e752f4e2effb Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Sun, 25 Sep 2016 11:09:54 -0400 Subject: [PATCH] Add active response support to frio theme (continued) - Added active class to search_item.tpl --- view/theme/frio/templates/search_item.tpl | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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}}