From 0426dacfada91df4a7faa92a9b81c82a35366b59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakobus=20Sch=C3=BCrz?= Date: Fri, 22 Dec 2023 08:39:42 +0100 Subject: [PATCH] Change reshare to quote icon for quote-button It is confusing that in desktop-view the quote-button has a forward-icon and in smartphone-view the forward-icon opens a menu with reshare and quote-option. I always clicked wrong in desktop in case of this confusing solution. So i changed the icon for the quote-share option to quotation-marks in desktop- and smartphone-view. The forward-icon for the menu is unchanged. --- view/theme/frio/templates/wall_thread.tpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/view/theme/frio/templates/wall_thread.tpl b/view/theme/frio/templates/wall_thread.tpl index d06dd86de3..76d6c6e184 100644 --- a/view/theme/frio/templates/wall_thread.tpl +++ b/view/theme/frio/templates/wall_thread.tpl @@ -329,10 +329,10 @@ as the value of $top_child_total (this is done at the end of this file) {{if $item.vote.share}} - + {{$item.quoteshares.total}} {{else}} - + {{/if}} {{/if}} @@ -529,7 +529,7 @@ as the value of $top_child_total (this is done at the end of this file) {{if $item.vote.share}}
  • - {{$item.vote.share.1}} + {{$item.vote.share.1}}
  • {{/if}}