system notifications mark seen link

This commit is contained in:
Christian Vogeley 2014-05-04 17:28:43 +02:00
parent 3da4656e41
commit b2e0b6f11d
2 changed files with 2 additions and 1 deletions

View File

@ -95,6 +95,7 @@ function notifications_content(&$a) {
$o .= replace_macros($notif_tpl,array(
'$notif_header' => t('System Notifications'),
'$notif_link_mark_seen' => t('Mark all system notifications seen'),
'$notif_content' => $notif_content,
));

View File

@ -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>