From 4229debff883c01d7f2e80a14b1e0fcba14ad32f Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 13 Jun 2012 21:40:02 -0700 Subject: ajax append placeholder, fix some html warnings --- view/theme/quattro/conversation.tpl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'view/theme/quattro/conversation.tpl') diff --git a/view/theme/quattro/conversation.tpl b/view/theme/quattro/conversation.tpl index 7bb7cd2fd..a30ff187c 100644 --- a/view/theme/quattro/conversation.tpl +++ b/view/theme/quattro/conversation.tpl @@ -19,6 +19,8 @@ {{ endfor }} +
+ {{ if $dropping }} $dropping -- cgit v1.2.3 From 2f5e891cd174c6314f3ba5c31f9672595462a22c Mon Sep 17 00:00:00 2001 From: fabrixxm Date: Thu, 14 Jun 2012 09:12:52 -0400 Subject: quattro theme: show uncollapsed comments on display page --- view/theme/quattro/conversation.tpl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'view/theme/quattro/conversation.tpl') diff --git a/view/theme/quattro/conversation.tpl b/view/theme/quattro/conversation.tpl index a30ff187c..7ca3daea7 100644 --- a/view/theme/quattro/conversation.tpl +++ b/view/theme/quattro/conversation.tpl @@ -1,6 +1,8 @@ {{ for $threads as $thread }}
{{ for $thread.items as $item }} + {{if $mode == display}} + {{ else }} {{if $item.comment_firstcollapsed}}
$thread.num_comments $thread.hide_text @@ -8,7 +10,8 @@ {{endif}} - + {{ endif }} + {{ if $item.type == tag }} {{ inc wall_item_tag.tpl }}{{ endinc }} {{ else }} -- cgit v1.2.3 From 4c6a43213058cebe76a68c6d2be83252a85c6eec Mon Sep 17 00:00:00 2001 From: Fabio Comuni Date: Tue, 19 Jun 2012 06:54:41 +0200 Subject: quattro: in post display page, scroll to and flash selected comment --- view/theme/quattro/conversation.tpl | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'view/theme/quattro/conversation.tpl') diff --git a/view/theme/quattro/conversation.tpl b/view/theme/quattro/conversation.tpl index 7ca3daea7..0d0faac37 100644 --- a/view/theme/quattro/conversation.tpl +++ b/view/theme/quattro/conversation.tpl @@ -29,3 +29,19 @@ $dropping {{ endif }} + + + +{{ if $mode == display }} + +{{ endif }} + -- cgit v1.2.3