diff --git a/view/theme/quattro/wall_item_tag.tpl b/view/theme/quattro/wall_item_tag.tpl index e1ef932135..fd0c59ea35 100644 --- a/view/theme/quattro/wall_item_tag.tpl +++ b/view/theme/quattro/wall_item_tag.tpl @@ -1,6 +1,6 @@ {{ if $item.thread_level!=1 }}
{{ endif }} -
+
@@ -17,6 +17,14 @@
$item.ago $item.body
+
+ {{ if $item.drop.pagedrop }} + + {{ endif }} + {{ if $item.drop.dropping }} + $item.drop.delete + {{ endif }} +
diff --git a/view/theme/quattro/wall_thread.tpl b/view/theme/quattro/wall_thread.tpl index 2e5c49392f..622968ab0a 100644 --- a/view/theme/quattro/wall_thread.tpl +++ b/view/theme/quattro/wall_thread.tpl @@ -27,7 +27,7 @@
-
+
{{endif}} {{ endif }} +{# top thread comment box #} {{if $item.threaded}}{{if $item.comment}}{{if $item.thread_level==1}}
$item.comment
{{ endif }}{{ endif }}{{ endif }}