diff --git a/view/theme/frio/templates/wall_thread.tpl b/view/theme/frio/templates/wall_thread.tpl
index c4e3d78f5c..9f1b809eab 100644
--- a/view/theme/frio/templates/wall_thread.tpl
+++ b/view/theme/frio/templates/wall_thread.tpl
@@ -303,10 +303,39 @@ as the value of $top_child_total (this is done at the end of this file)
{{* Action buttons to interact with the item (like: like, dislike, share and so on *}}
- {{* Buttons for like and dislike *}}
+ {{* Button to open the comment text field *}}
+ {{if $item.comment_html}}
+
+
+ {{$item.responses.comment.total}}
+
+ {{/if}}
+ {{if $item.remote_comment}}
+
+
+
+ {{/if}}
+
+ {{* Button for sharing the item *}}
+ {{if $item.vote}}
+ {{if $item.vote.announce}}
+
+
+ {{$item.responses.announce.total}}
+
+ {{/if}}
+ {{if $item.vote.share}}
+
+
+ {{$item.quoteshares.total}}
+
+ {{/if}}
+ {{/if}}
+
+ {{* Buttons for like and dislike *}}
{{if $item.vote}}
{{if $item.vote.like}}
@@ -327,33 +356,6 @@ as the value of $top_child_total (this is done at the end of this file)
{{/foreach}}
{{/if}}
- {{if $item.remote_comment}}
-
- {{/if}}
-
- {{* Button to open the comment text field *}}
- {{if $item.comment_html}}
-
-
- {{$item.responses.comment.total}}
-
- {{/if}}
-
- {{* Button for sharing the item *}}
- {{if $item.vote}}
- {{if $item.vote.announce}}
-
-
- {{$item.responses.announce.total}}
-
- {{/if}}
- {{if $item.vote.share}}
-
-
- {{$item.quoteshares.total}}
-
- {{/if}}
- {{/if}}
{{* Event attendance buttons *}}
{{if $item.isevent}}
@@ -483,65 +485,63 @@ as the value of $top_child_total (this is done at the end of this file)
- {{* Buttons for like and dislike *}}
- {{if $item.vote}}
- {{if $item.vote.like}}
-
- {{/if}}
- {{if $item.vote.dislike}}
-
- {{/if}}
- {{/if}}
+ {{* Button to open the comment text field *}}
+ {{if $item.comment_html}}
+
+ {{/if}}
- {{* Button to open the comment text field *}}
- {{if $item.comment_html}}
-
{{/if}}
+ {{* Put additional actions in a dropdown menu *}}
{{if $item.edpost || $item.tagger || $item.filer || $item.pin || $item.star || $item.follow_thread || $item.ignore || ($item.drop && $item.drop.dropping)}}