X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Ffrio%2Ftemplates%2Fwall_thread.tpl;h=12e419f8a59f8562ac06fea94aa475d8171ad090;hb=8c9ef56a71f4ebbc1ed4c1aafabb672617fccf4f;hp=923186ffa3f1cb25e214e8c23eadfdfc044c2c81;hpb=077c4cadf17812296d83efe22b0754cded91aca4;p=friendica.git diff --git a/view/theme/frio/templates/wall_thread.tpl b/view/theme/frio/templates/wall_thread.tpl index 923186ffa3..12e419f8a5 100644 --- a/view/theme/frio/templates/wall_thread.tpl +++ b/view/theme/frio/templates/wall_thread.tpl @@ -12,8 +12,8 @@ The div get's closed if thread_level = 2 and the value of $top_child_nr is the s as the value of $top_child_total (this is done at the end of this file) *}} {{if $item.thread_level==1}} - {{assign var="top_child_total" count($item.children)}} - {{assign var="top_child_nr" 0}} + {{assign var="top_child_total" value=count($item.children)}} + {{assign var="top_child_nr" value=0}} {{/if}} {{if $item.thread_level==2}} {{assign var="top_child_nr" value=$top_child_nr+1 scope=parent}} @@ -40,11 +40,11 @@ as the value of $top_child_total (this is done at the end of this file) {{if $item.thread_level<3}}
- @@ -55,62 +55,73 @@ as the value of $top_child_total (this is done at the end of this file) {{/if}} {{/if}} - +{{* TODO => Unknown block *}} - - +{{* /TODO => Unknown block *}} {{* Use a different div container in dependence max thread-level = 7 *}} {{if $item.thread_level<7}} -
+
{{else}} -
- {{/if}} +
+{{/if}} +{{if $item.thread_level==1}} + + + + +{{/if}}
{{* Put addional actions in a top-right dropdown menu *}}