From c530a7a9366b1c89a63fc1782ec620db992efc3b Mon Sep 17 00:00:00 2001 From: marijus Date: Tue, 20 May 2014 17:33:06 +0200 Subject: some work on comment_item.tpl --- view/tpl/comment_item.tpl | 88 ++++++++++++++++++++++------------------------- view/tpl/conv_item.tpl | 4 ++- 2 files changed, 44 insertions(+), 48 deletions(-) (limited to 'view/tpl') diff --git a/view/tpl/comment_item.tpl b/view/tpl/comment_item.tpl index 1ea619774..598c0d58e 100755 --- a/view/tpl/comment_item.tpl +++ b/view/tpl/comment_item.tpl @@ -10,44 +10,7 @@ - -
- {{$mytitle}} -
-
- -
- + {{if $qcomment}} {{/if}} - -
- diff --git a/view/tpl/conv_item.tpl b/view/tpl/conv_item.tpl index ee10b6633..fe54ac377 100755 --- a/view/tpl/conv_item.tpl +++ b/view/tpl/conv_item.tpl @@ -174,9 +174,11 @@ {{/foreach}} {{/if}} {{if $item.comment}} -
+
{{$item.comment}}
+
+
{{/if}}
{{if $item.comment_lastcollapsed}} -- cgit v1.2.3 From 1aa7f3136f336a66220aae28f1404e2e2a4ecd39 Mon Sep 17 00:00:00 2001 From: marijus Date: Tue, 20 May 2014 19:16:05 +0200 Subject: the js seems to interfere with something else... comment out for now... --- view/tpl/comment_item.tpl | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'view/tpl') diff --git a/view/tpl/comment_item.tpl b/view/tpl/comment_item.tpl index 598c0d58e..121cf0995 100755 --- a/view/tpl/comment_item.tpl +++ b/view/tpl/comment_item.tpl @@ -53,12 +53,12 @@ {{/if}}
- {{if $preview}} - - {{/if}} - + {{if $preview}} + + {{/if}} +
-- cgit v1.2.3