From d0bc81f8d2ff65833135e5d8e3485eb581a727a1 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Sun, 22 Oct 2017 21:01:58 +0200 Subject: do not show seen notifys in notifications - show them in mod notifications instead. Update notifications count also on notifications updates --- view/tpl/notify.tpl | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'view/tpl/notify.tpl') diff --git a/view/tpl/notify.tpl b/view/tpl/notify.tpl index ae6e160b1..b5bccc8a4 100755 --- a/view/tpl/notify.tpl +++ b/view/tpl/notify.tpl @@ -1,3 +1,10 @@ -
- {{$item_text}} {{$item_when}} +
+ {{if ! $item_seen}} + {{$new}} + {{/if}} + + + {{$item_text}}
+ {{$item_when}} +
-- cgit v1.2.3