X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Fquattro%2Ftemplates%2Fwall_thread.tpl;h=a80aabf4b47202b8c2d1e1d76138f11f829d317d;hb=4d4ad5c042353d009db47c766a5c32729bb0981a;hp=247bd16c9f8bec76d0e2149075fceb2de6f63db4;hpb=cd92a0dc34a8b5400311df0630d9933876f4d4db;p=friendica.git diff --git a/view/theme/quattro/templates/wall_thread.tpl b/view/theme/quattro/templates/wall_thread.tpl index 247bd16c9f..a80aabf4b4 100644 --- a/view/theme/quattro/templates/wall_thread.tpl +++ b/view/theme/quattro/templates/wall_thread.tpl @@ -1,29 +1,30 @@ {{if $mode == display}} {{else}} {{if $item.comment_firstcollapsed}} -
- {{$item.num_comments}} - {{$item.hide_text}} - {{if $item.thread_level==3}} - - expand / - collapse thread{{/if}} +
{{if $item.responses}} {{foreach $item.responses as $verb=>$response}} -
{{$response.output}}
+
{{$response.output nofilter}}
{{/foreach}} {{/if}}
- + {{if $item.threaded}}{{if $item.comment}}{{if $item.indent==comment}}
- {{$item.comment}} + {{$item.comment nofilter}}
{{/if}}{{/if}}{{/if}} @@ -178,10 +181,10 @@ {{* top thread comment box *}} {{if $item.threaded}}{{if $item.comment}}{{if $item.thread_level==1}} -
{{$item.comment}}
+
{{$item.comment nofilter}}
{{/if}}{{/if}}{{/if}} {{if $item.flatten}} -
{{$item.comment}}
+
{{$item.comment nofilter}}
{{/if}}