From: Raroun Date: Thu, 2 Nov 2023 12:55:08 +0000 (+0100) Subject: Remove button descriton text and foreced left align DIV X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=7562ff0e644e40b2a38f41370224f1a563baef9c;p=friendica.git Remove button descriton text and foreced left align DIV --- diff --git a/view/theme/frio/templates/search_item.tpl b/view/theme/frio/templates/search_item.tpl index ba396fbfd9..513ee0a1c2 100644 --- a/view/theme/frio/templates/search_item.tpl +++ b/view/theme/frio/templates/search_item.tpl @@ -143,20 +143,19 @@

{{* Action buttons to interact with the item (like: like, dislike, share and so on *}} - {{if $item.threaded}}{{/if}} {{* 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_html}} • @@ -165,7 +164,7 @@ {{* Button to open the comment text field *}} {{if $item.comment_html}} - + {{/if}} {{* Button for sharing the item *}} @@ -174,7 +173,7 @@ {{if $item.vote.like OR $item.vote.dislike OR $item.comment_html}} • {{/if}} - + {{/if}} {{/if}} @@ -258,7 +257,6 @@ {{else}} {{/if}} -