From c05b7fe60f512f7dbeddc882bded54bd23eaf240 Mon Sep 17 00:00:00 2001 From: Raroun Date: Thu, 2 Nov 2023 14:02:03 +0100 Subject: [PATCH] updatet wall_thread.tpl Remove button descriton text and foreced left align DIV --- view/theme/frio/templates/wall_thread.tpl | 36 ++++++++++++++++++++--- 1 file changed, 32 insertions(+), 4 deletions(-) diff --git a/view/theme/frio/templates/wall_thread.tpl b/view/theme/frio/templates/wall_thread.tpl index 20ae474fe..b439c8807 100644 --- a/view/theme/frio/templates/wall_thread.tpl +++ b/view/theme/frio/templates/wall_thread.tpl @@ -59,9 +59,23 @@ as the value of $top_child_total (this is done at the end of this file) {{/if}}
- {{if $item.reshared}} -

{{$item.reshared nofilter}}

+ {{if $item.parentguid}} + + {{$item.inreplyto}} + {{if $item.reshared}}{{/if}} + + {{else}} + {{if $item.thread_level!=1 && $item.isunknown}} + + {{$item.isunknown}} + {{if $item.reshared}}{{/if}} + + {{/if}} {{/if}} + {{if $item.reshared}} + {{$item.reshared nofilter}} + {{/if}} +

{{* The avatar picture and the photo-menu *}}