From c8b4ce9ccad9e710bdc40086368aba1c6ec05f6d Mon Sep 17 00:00:00 2001 From: Fabrixxm Date: Fri, 9 Nov 2012 11:24:49 -0500 Subject: [PATCH] quattro: fix shiny items with threads. fix 'tagged' template --- view/theme/quattro/wall_item_tag.tpl | 10 +++++++++- view/theme/quattro/wall_thread.tpl | 5 +++-- 2 files changed, 12 insertions(+), 3 deletions(-) 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 }}