From 7c45f23f8f517253f0de7da29e485b9ca417ee7c Mon Sep 17 00:00:00 2001 From: marijus Date: Fri, 13 Feb 2015 12:37:05 +0100 Subject: some shifting to make button groups render properly --- view/tpl/conv_item.tpl | 38 +++++++++++++++---------------- view/tpl/conv_list.tpl | 61 +++++++++++++++++++++++++++----------------------- 2 files changed, 51 insertions(+), 48 deletions(-) (limited to 'view') diff --git a/view/tpl/conv_item.tpl b/view/tpl/conv_item.tpl index 01833068b..a575df554 100755 --- a/view/tpl/conv_item.tpl +++ b/view/tpl/conv_item.tpl @@ -140,31 +140,29 @@ {{else}} {{/if}} + {{if $response.list_part}} + + {{/if}} {{/if}} - - {{if $response.list_part}} - - {{/if}} {{/foreach}} {{/if}} -
diff --git a/view/tpl/conv_list.tpl b/view/tpl/conv_list.tpl index 1231b4d79..818517c46 100755 --- a/view/tpl/conv_list.tpl +++ b/view/tpl/conv_list.tpl @@ -130,14 +130,21 @@
+
+ +
+ {{if $item.unseen_comments}} +
+ +
+ {{/if}} - -
{{if $item.unseen_comments}}
{{/if}} - - {{if $item.responses }} -
- {{foreach $item.responses as $verb=>$response}} + {{if $item.responses }} + {{foreach $item.responses as $verb=>$response}} {{if $response.count}}
@@ -146,31 +153,29 @@ {{else}} {{/if}} + {{if $response.list_part}} + + {{/if}}
{{/if}} - - {{if $response.list_part}} - + {{/foreach}} {{/if}} - {{/foreach}}
- {{/if}} -
-- cgit v1.2.3