@@ -176,6 +177,10 @@
{{/if}}
{{/if}}
+ {{if !$item.lock && !$item.connector}}
+
+
+ {{/if}}
{{* Put additional actions in a dropdown menu *}}
{{if $item.menu && ($item.edpost || $item.tagger || $item.filer || $item.pin || $item.star || $item.follow_thread || $item.ignore || $item.drop.dropping)}}
diff --git a/view/theme/frio/templates/wall_thread.tpl b/view/theme/frio/templates/wall_thread.tpl
index d6790b3e84..8f03cb5c9d 100644
--- a/view/theme/frio/templates/wall_thread.tpl
+++ b/view/theme/frio/templates/wall_thread.tpl
@@ -63,7 +63,8 @@ as the value of $top_child_total (this is done at the end of this file)
{{if $item.star}}
{{$item.star.starred}}
{{/if}}
- {{if $item.lock}}{{/if}}
+ {{if $item.lock}}
+ {{elseif $item.connector}}{{/if}}
{{* /TODO => Unknown block *}}
@@ -161,6 +162,8 @@ as the value of $top_child_total (this is done at the end of this file)
+ {{elseif $item.connector}}
+
{{/if}}
@@ -327,6 +330,11 @@ as the value of $top_child_total (this is done at the end of this file)
{{/if}}
{{/if}}
+ {{if !$item.lock && !$item.connector}}
+
+
+ {{/if}}
+
{{* Put additional actions in a dropdown menu *}}
{{if $item.menu && ($item.edpost || $item.tagger || $item.filer || $item.pin || $item.star || $item.follow_thread || $item.ignore || $item.drop.dropping)}}
@@ -478,6 +486,10 @@ as the value of $top_child_total (this is done at the end of this file)
{{/if}}
+ {{if !$item.lock && !$item.connector}}
+