X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Ffrio%2Ftemplates%2Fwall_thread.tpl;h=21923737c03d2523a79010ec32b667296a33a399;hb=0a82fe4211f73cf10107feb69fe38eaa85eb61f8;hp=1fb12212537cdef1b10f18b4f2d161845623aa3d;hpb=fe40c6379c2ecc80b0f7a3ed051a9a8119e4c355;p=friendica.git diff --git a/view/theme/frio/templates/wall_thread.tpl b/view/theme/frio/templates/wall_thread.tpl index 1fb1221253..21923737c0 100644 --- a/view/theme/frio/templates/wall_thread.tpl +++ b/view/theme/frio/templates/wall_thread.tpl @@ -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}}