X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Ffrio%2Ftemplates%2Fwall_thread.tpl;h=21923737c03d2523a79010ec32b667296a33a399;hb=0a82fe4211f73cf10107feb69fe38eaa85eb61f8;hp=591e102c770f6423314300217c4da7e13d3a49e9;hpb=9ebb2f42a10bc0c71d0ddb87869a0de180f55a64;p=friendica.git diff --git a/view/theme/frio/templates/wall_thread.tpl b/view/theme/frio/templates/wall_thread.tpl index 591e102c77..21923737c0 100644 --- a/view/theme/frio/templates/wall_thread.tpl +++ b/view/theme/frio/templates/wall_thread.tpl @@ -42,11 +42,11 @@ as the value of $top_child_total (this is done at the end of this file)
@@ -70,9 +70,9 @@ as the value of $top_child_total (this is done at the end of this file) {{* Use a different div container in dependence max thread-level = 7 *}} {{if $item.thread_level<7}} -
+
{{else}} -
+
{{/if}} {{if $item.thread_level==1}} @@ -80,7 +80,7 @@ as the value of $top_child_total (this is done at the end of this file) {{/if}} -
+
{{* Put addional actions in a top-right dropdown menu *}}
+ {{foreach $item.children as $child}} + {{include file="{{$item.template}}" item=$child}} + {{/foreach}} + + {{* Insert the comment box of the top level post at the bottom of the thread. + Display this comment box if there are any comments. If not hide it. In this + case it could be opend with the "comment" button *}} + {{if $item.comment && $item.thread_level==1}} + {{if $item.total_comments_num}} +
+ +
{{/if}} -
+ + {{/if}}
{{if $mode == display}}