X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Ffrio%2Ftemplates%2Fsearch_item.tpl;h=835b3d667778940e3a696b19087b5397700e2ea8;hb=2d687b1052e980b8119525e3d298ce1b0b9e52fe;hp=1cbd8451d45f434605684343e18d0b51cd6be9d5;hpb=72c198990e3d6dd23628ad15600b2089882e03c4;p=friendica.git diff --git a/view/theme/frio/templates/search_item.tpl b/view/theme/frio/templates/search_item.tpl index 1cbd8451d4..835b3d6677 100644 --- a/view/theme/frio/templates/search_item.tpl +++ b/view/theme/frio/templates/search_item.tpl @@ -1,12 +1,16 @@
+ + + +
{{* Put additional actions in a top-right dropdown menu *}} @@ -56,7 +60,7 @@ {{/if}} {{if $item.lock}} - +   {{/if}} @@ -66,9 +70,9 @@ {{$item.ago}}
- {{if $item.location}} + {{if $item.location_html}}
- ({{$item.location nofilter}}) + ({{$item.location_html nofilter}})
{{/if}}
@@ -81,7 +85,7 @@
{{$item.name}}

- {{$item.ago}} {{if $item.location}} — ({{$item.location nofilter}}){{/if}} + {{$item.ago}} {{if $item.location_html}} — ({{$item.location_html nofilter}}){{/if}}

@@ -92,16 +96,11 @@ {{* item content *}}
- {{* insert some space if it's an top-level post *}} - {{if $item.thread_level==1}} -
 
- {{/if}} - {{if $item.title}}

{{$item.title}}


{{/if}} -
{{$item.body nofilter}}
+
{{$item.body_html nofilter}}
@@ -133,7 +132,7 @@

{{* Action buttons to interact with the item (like: like, dislike, share and so on *}} -