aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2015-03-23 10:59:54 +0100
committerMario Vavti <mario@mariovavti.com>2015-03-23 10:59:54 +0100
commitd6ad74c649c411190ac7a910888ef426ab14ad55 (patch)
treec19cc74b7dbbdd47f9947f78427714117661a51a /view
parentccef9e5636dadeb37cabd70d4a8aece650e70e1f (diff)
downloadvolse-hubzilla-d6ad74c649c411190ac7a910888ef426ab14ad55.tar.gz
volse-hubzilla-d6ad74c649c411190ac7a910888ef426ab14ad55.tar.bz2
volse-hubzilla-d6ad74c649c411190ac7a910888ef426ab14ad55.zip
indicate new or updated items
Diffstat (limited to 'view')
-rw-r--r--view/css/mod_sharedwithme.css1
-rw-r--r--view/tpl/sharedwithme.tpl2
2 files changed, 1 insertions, 2 deletions
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}}
<tr id="cloud-index-{{$item.id}}">
<td><i class="{{$item.objfiletypeclass}}" title="{{$item.objfiletype}}"></i></td>
- <td><a href="{{$item.objurl}}">{{$item.objfilename}}</a></td>
+ <td><a href="{{$item.objurl}}">{{$item.objfilename}}</a>{{if $item.unseen}}&nbsp;<span class="label label-success">{{$label_new}}</span>{{/if}}</td>
<td class="cloud-index-tool"><a href="/sharedwithme/{{$item.id}}/drop" title="{{$drop}}" onclick="return confirmDelete();"><i class="icon-trash drop-icons"></i></a></td>
<td class="hidden-xs">{{$item.objfilesize}}</td>
<td class="hidden-xs">{{$item.objedited}}</td>