diff options
author | RedMatrix <info@friendica.com> | 2014-05-05 06:43:56 +1000 |
---|---|---|
committer | RedMatrix <info@friendica.com> | 2014-05-05 06:43:56 +1000 |
commit | fc5ae78079e314a49390403943ed301da9a4c2ef (patch) | |
tree | 8380489cce54470f20fcabc74a55a85b318e4d19 /view | |
parent | 5344e73cdadda2715cb6cf5eae7517c91d14b4ee (diff) | |
parent | f7c77c7821fd11afda7c19b5d21a4d6677fc1aa4 (diff) | |
download | volse-hubzilla-fc5ae78079e314a49390403943ed301da9a4c2ef.tar.gz volse-hubzilla-fc5ae78079e314a49390403943ed301da9a4c2ef.tar.bz2 volse-hubzilla-fc5ae78079e314a49390403943ed301da9a4c2ef.zip |
Merge pull request #442 from cvogeley/master
system notifications mark seen link
Diffstat (limited to 'view')
-rwxr-xr-x | view/tpl/notifications.tpl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/view/tpl/notifications.tpl b/view/tpl/notifications.tpl index 3015de504..ae87c8ec8 100755 --- a/view/tpl/notifications.tpl +++ b/view/tpl/notifications.tpl @@ -1,5 +1,7 @@ <h1>{{$notif_header}}</h1> - +{{if $notifications_available}} +<a href="#" onclick="markRead('notify');">{{$notif_link_mark_seen}}</a> +{{/if}} <div class="notif-network-wrapper"> {{$notif_content}} </div> |