X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Ffrio%2Ftemplates%2Fwall_thread.tpl;h=8bd5faa300fbcf21ab0dd8627cc9c5740a4acf55;hb=f3fd99da6028fbc9fd657802fbf3f7db290476e7;hp=38a6cce2b160bfc67653a11224da8fc6fdd191fd;hpb=c7a69bbc3d72f3f1f46e690d7246e1a4299d7516;p=friendica.git diff --git a/view/theme/frio/templates/wall_thread.tpl b/view/theme/frio/templates/wall_thread.tpl index 38a6cce2b1..8bd5faa300 100644 --- a/view/theme/frio/templates/wall_thread.tpl +++ b/view/theme/frio/templates/wall_thread.tpl @@ -82,7 +82,7 @@ as the value of $top_child_total (this is done at the end of this file) {{/if}}
{{if $item.reshared}} -
{{$item.reshared nofilter}}
+

{{$item.reshared nofilter}}

{{/if}} {{* The avatar picture and the photo-menu *}} - {{if $item.location}} + {{if $item.location_html}}
- ({{$item.location nofilter}}) + ({{$item.location_html nofilter}})
{{/if}}
@@ -202,7 +202,7 @@ as the value of $top_child_total (this is done at the end of this file)

{{$item.ago}} - {{if $item.location}} — ({{$item.location nofilter}}){{/if}} + {{if $item.location_html}} — ({{$item.location_html nofilter}}){{/if}} {{if $item.owner_self}} {{include file="sub/delivery_count.tpl" delivery=$item.delivery}} {{/if}} @@ -221,7 +221,7 @@ as the value of $top_child_total (this is done at the end of this file) {{$item.ago}} - {{if $item.location}} — ({{$item.location nofilter}}){{/if}} + {{if $item.location_html}} — ({{$item.location_html nofilter}}){{/if}} {{if $item.owner_self}} {{include file="sub/delivery_count.tpl" delivery=$item.delivery}} {{/if}} @@ -246,7 +246,7 @@ as the value of $top_child_total (this is done at the end of this file)

{{$item.title}}


{{/if}} -
{{$item.body nofilter}}
+
{{$item.body_html nofilter}}
@@ -295,7 +295,7 @@ as the value of $top_child_total (this is done at the end of this file) {{/if}} - {{if ($item.vote.like OR $item.vote.dislike) AND $item.comment}} + {{if ($item.vote.like OR $item.vote.dislike) AND $item.comment_html}} {{/if}} {{/if}} @@ -305,17 +305,23 @@ as the value of $top_child_total (this is done at the end of this file) {{/if}} {{* Button to open the comment text field *}} - {{if $item.comment}} + {{if $item.comment_html}} {{/if}} {{* Button for sharing the item *}} {{if $item.vote}} - {{if $item.vote.share}} - {{if $item.vote.like OR $item.vote.dislike OR $item.comment}} + {{if $item.vote.share OR $item.vote.announce}} + {{if $item.vote.like OR $item.vote.dislike OR $item.comment_html}} {{/if}} - + {{/if}} + {{if $item.vote.announce}} + + + {{/if}} + {{if $item.vote.share}} + {{/if}} {{/if}} @@ -363,6 +369,12 @@ as the value of $top_child_total (this is done at the end of this file) {{/if}} + {{if $item.language}} +
  • +  {{$item.language.0}} +
  • + {{/if}} + {{if ($item.edpost || $item.tagger || $item.filer || $item.pin || $item.star || $item.subthread) && ($item.ignore || $item.drop.dropping)}} {{/if}} @@ -422,16 +434,23 @@ as the value of $top_child_total (this is done at the end of this file) {{/if}} {{* Button to open the comment text field *}} - {{if $item.comment}} + {{if $item.comment_html}}
    {{/if}} + {{* Button for announcing the item *}} + {{if $item.vote.announce}} +
    + +
    + {{/if}} + {{* Button for sharing the item *}} {{if $item.vote.share}}
    - +
    {{/if}} @@ -536,9 +555,9 @@ as the value of $top_child_total (this is done at the end of this file) {{/if}} {{* Insert comment box of threaded children *}} - {{if $item.threaded && $item.comment && $item.indent==comment}} + {{if $item.threaded && $item.comment_html && $item.indent==comment}} {{/if}} @@ -553,13 +572,13 @@ as the value of $top_child_total (this is done at the end of this file) {{* 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.comment_html && $item.thread_level==1}} {{if $item.total_comments_num}}
    {{/if}} - + {{/if}}