From e1c6b776c4c388b4671c0838c9d24feac42857c2 Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 9 May 2013 22:04:30 -0700 Subject: fix timeago on search items, and bring back app display for wall items - which took a bit of re-arranging of a lot of other stuff --- view/tpl/conv_item.tpl | 2 +- view/tpl/search_item.tpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'view') diff --git a/view/tpl/conv_item.tpl b/view/tpl/conv_item.tpl index a03b79a90..91a4bd35d 100755 --- a/view/tpl/conv_item.tpl +++ b/view/tpl/conv_item.tpl @@ -43,7 +43,7 @@
{{$item.name}}{{if $item.owner_url}} {{$item.to}} {{$item.owner_name}} {{$item.vwall}}{{/if}}
-
{{$item.localtime}}
+
{{$item.localtime}}{{if $item.app}}{{$item.str_app}}{{/if}}
{{$item.title}}
diff --git a/view/tpl/search_item.tpl b/view/tpl/search_item.tpl index debc1d89d..4814187f9 100755 --- a/view/tpl/search_item.tpl +++ b/view/tpl/search_item.tpl @@ -30,7 +30,7 @@
{{$item.name}} -
{{$item.localtime}}{{if $item.app}}{{$item.str_app}}{{/if}}
+
{{$item.localtime}}{{if $item.app}}{{$item.str_app}}{{/if}}
-- cgit v1.2.3