From d6ad74c649c411190ac7a910888ef426ab14ad55 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Mon, 23 Mar 2015 10:59:54 +0100 Subject: indicate new or updated items --- view/css/mod_sharedwithme.css | 1 - view/tpl/sharedwithme.tpl | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'view') diff --git a/view/css/mod_sharedwithme.css b/view/css/mod_sharedwithme.css index 79fe0d7a9..8bf626deb 100644 --- a/view/css/mod_sharedwithme.css +++ b/view/css/mod_sharedwithme.css @@ -21,4 +21,3 @@ .cloud-index-tool { padding: 7px 10px; } - diff --git a/view/tpl/sharedwithme.tpl b/view/tpl/sharedwithme.tpl index 1aeb9d4d7..4502df276 100644 --- a/view/tpl/sharedwithme.tpl +++ b/view/tpl/sharedwithme.tpl @@ -14,7 +14,7 @@ {{foreach $items as $item}} - {{$item.objfilename}} + {{$item.objfilename}}{{if $item.unseen}} {{$label_new}}{{/if}} {{$item.objfilesize}} {{$item.objedited}} -- cgit v1.2.3