From b2e0b6f11d82aa10ef844fc99a6e1946071edd18 Mon Sep 17 00:00:00 2001 From: Christian Vogeley Date: Sun, 4 May 2014 17:28:43 +0200 Subject: system notifications mark seen link --- view/tpl/notifications.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view') diff --git a/view/tpl/notifications.tpl b/view/tpl/notifications.tpl index 3015de504..b1b0c8036 100755 --- a/view/tpl/notifications.tpl +++ b/view/tpl/notifications.tpl @@ -1,5 +1,5 @@

{{$notif_header}}

- +{{$notif_link_mark_seen}}
{{$notif_content}}
-- cgit v1.2.3 From f7c77c7821fd11afda7c19b5d21a4d6677fc1aa4 Mon Sep 17 00:00:00 2001 From: Christian Vogeley Date: Sun, 4 May 2014 18:17:11 +0200 Subject: Add link to system notifications page to mark notifications seen --- view/tpl/notifications.tpl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'view') diff --git a/view/tpl/notifications.tpl b/view/tpl/notifications.tpl index b1b0c8036..ae87c8ec8 100755 --- a/view/tpl/notifications.tpl +++ b/view/tpl/notifications.tpl @@ -1,5 +1,7 @@

{{$notif_header}}

-{{$notif_link_mark_seen}} +{{if $notifications_available}} +{{$notif_link_mark_seen}} +{{/if}}
{{$notif_content}}
-- cgit v1.2.3