diff options
author | Christian Vogeley <christian.vogeley@hotmail.de> | 2014-05-04 17:28:43 +0200 |
---|---|---|
committer | Christian Vogeley <christian.vogeley@hotmail.de> | 2014-05-04 17:28:43 +0200 |
commit | b2e0b6f11d82aa10ef844fc99a6e1946071edd18 (patch) | |
tree | 74bb3d5703ed45d65928231dd8bcd5f24311ca93 /view/tpl/notifications.tpl | |
parent | 3da4656e412730706b8e0be44dc0a751d38fdee6 (diff) | |
download | volse-hubzilla-b2e0b6f11d82aa10ef844fc99a6e1946071edd18.tar.gz volse-hubzilla-b2e0b6f11d82aa10ef844fc99a6e1946071edd18.tar.bz2 volse-hubzilla-b2e0b6f11d82aa10ef844fc99a6e1946071edd18.zip |
system notifications mark seen link
Diffstat (limited to 'view/tpl/notifications.tpl')
-rwxr-xr-x | view/tpl/notifications.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ <h1>{{$notif_header}}</h1> - +<a href="#" onclick="markRead('notify'); return false;">{{$notif_link_mark_seen}}</a> <div class="notif-network-wrapper"> {{$notif_content}} </div> |