From: fermionic Date: Wed, 5 Sep 2012 17:13:46 +0000 (-0700) Subject: Merge pull request #457 from fermionic/testbubble-broken-with-threading X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=79a2a1c37da6347b44728de5b27065a9d8194124;hp=9e5fa5b9a9462bf4642b075db925f5b5ff799c2d;p=friendica.git Merge pull request #457 from fermionic/testbubble-broken-with-threading Add wall_thread and wallwall_thread --- diff --git a/view/theme/testbubble/conversation.tpl b/view/theme/testbubble/conversation.tpl deleted file mode 100644 index fccd9a8bb0..0000000000 --- a/view/theme/testbubble/conversation.tpl +++ /dev/null @@ -1,27 +0,0 @@ -{{ for $threads as $thread }} -
- {{ for $thread.items as $item }} - {{if $item.comment_firstcollapsed}} -
- $thread.num_comments $thread.hide_text -
- {{endif}} - - {{ inc $item.template }}{{ endinc }} - - - {{ endfor }} -
-{{ endfor }} - -
- -{{ if $dropping }} - -
-{{ endif }} diff --git a/view/theme/testbubble/wall_thread.tpl b/view/theme/testbubble/wall_thread.tpl new file mode 100644 index 0000000000..b40e7b1a68 --- /dev/null +++ b/view/theme/testbubble/wall_thread.tpl @@ -0,0 +1,100 @@ +{{if $item.comment_firstcollapsed}} +
+ $item.num_comments $item.hide_text +
+ {{endif}} diff --git a/view/theme/testbubble/wallwall_thread.tpl b/view/theme/testbubble/wallwall_thread.tpl new file mode 100644 index 0000000000..de43c6622f --- /dev/null +++ b/view/theme/testbubble/wallwall_thread.tpl @@ -0,0 +1,103 @@ +{{if $item.comment_firstcollapsed}} +
+ $item.num_comments $item.hide_text +
+ {{endif}}