From e04d3c45a4fe7e503ea727c54e4c541d40e14661 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Fri, 13 Apr 2018 11:58:12 +0200 Subject: provide visible star status for starred posts --- view/tpl/conv_list.tpl | 37 ++++++++++--------------------------- 1 file changed, 10 insertions(+), 27 deletions(-) (limited to 'view/tpl/conv_list.tpl') diff --git a/view/tpl/conv_list.tpl b/view/tpl/conv_list.tpl index 5bfc10bf8..286bdc54f 100755 --- a/view/tpl/conv_list.tpl +++ b/view/tpl/conv_list.tpl @@ -28,8 +28,8 @@ {{/if}}
-
- {{$item.name}} +
+ {{$item.name}} {{if $item.thread_author_menu}} {{/if}}
- {{$item.name}}{{if $item.owner_url}} {{$item.via}} {{$item.owner_name}}{{/if}} + {{$item.name}}{{if $item.owner_url}} {{$item.via}} {{$item.owner_name}}{{/if}}
{{if $item.verified}} {{elseif $item.forged}} {{/if}}{{if $item.location}}{{$item.location}}, {{/if}}{{if $item.editedtime}} {{$item.editedtime}}{{/if}}{{if $item.expiretime}} {{$item.expiretime}}{{/if}}{{if $item.editedtime}} {{/if}} {{if $item.app}}{{$item.str_app}}{{/if}} @@ -67,28 +67,6 @@
{{$item.mentions}} {{$item.tags}} {{$item.categories}} {{$item.folders}}
- {{** - {{if $item.mentions}} -
- {{$item.mentions}} -
- {{/if}} - {{if $item.tags}} -
- {{$item.tags}} -
- {{/if}} - {{if $item.categories}} -
- {{$item.categories}} -
- {{/if}} - {{if $item.folders}} -
- {{$item.folders}} -
- {{/if}} - **}}
{{/if}}
@@ -179,7 +157,7 @@ {{$item.addtocal}} {{/if}} {{if $item.star}} - {{$item.star.toggle}} + {{$item.star.toggle}} {{/if}} {{if $item.thread_action_menu}} {{foreach $item.thread_action_menu as $mitem}} @@ -198,7 +176,12 @@
-
+
+ {{if $item.star.isstarred}} +
+ +
+ {{/if}} {{if $item.attachments}}
-- cgit v1.2.3