X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftemplates%2Fwall_thread.tpl;h=7b205504d46187651498798ac2686f9ae778ca87;hb=91fb396ec17f540dff2dd76d003ee5da262edfaf;hp=73aad3d9aa733e9b48df6bfc8efd9381aa178798;hpb=2241ba454026968fffacc4b4c684c7a635ff6d38;p=friendica.git diff --git a/view/templates/wall_thread.tpl b/view/templates/wall_thread.tpl index 73aad3d9aa..7b205504d4 100644 --- a/view/templates/wall_thread.tpl +++ b/view/templates/wall_thread.tpl @@ -1,7 +1,12 @@ {{if $item.comment_firstcollapsed}} -
- {{$item.num_comments}} {{$item.hide_text}} +
{{$item.name}}{{if $item.owner_url}} {{$item.to}} {{$item.owner_name}} {{$item.vwall}}{{/if}}
-
+
{{$item.pinned}}
{{$item.title}}
-
{{$item.body}} +
{{$item.body nofilter}}
{{if !$item.suppress_tags}} {{foreach $item.tags as $tag}} - {{$tag}} + {{$tag nofilter}} {{/foreach}} {{/if}}
{{if $item.has_cats}} -
{{$item.txt_cats}} {{foreach $item.categories as $cat}}{{$cat.name}}{{if $cat.removeurl}} [{{$remove}}]{{/if}} {{if $cat.last}}{{else}}, {{/if}}{{/foreach}} +
{{$item.txt_cats}} {{foreach $item.categories as $cat}}{{$cat.name}}{{if $cat.removeurl}} [{{$remove}}]{{/if}} {{if $cat.last}}{{else}}, {{/if}}{{/foreach}}
{{/if}} @@ -78,13 +83,19 @@
{{/if}} + {{if $item.remote_comment}} + + {{/if}} {{if $item.plink}} - + {{/if}} {{if $item.edpost}} {{/if}} + {{if $item.pin}} + + {{/if}} {{if $item.star}} {{/if}} @@ -111,13 +122,13 @@
{{if $item.responses}} {{foreach $item.responses as $verb=>$response}} -
{{$response.output}}
+
{{$response.output nofilter}}
{{/foreach}} {{/if}} {{if $item.threaded}} {{if $item.comment}}
- {{$item.comment}} + {{$item.comment nofilter}}
{{/if}} {{/if}} @@ -130,7 +141,7 @@ {{if $item.flatten}}
- {{$item.comment}} + {{$item.comment nofilter}}
{{/if}}