system notifications mark seen link
This commit is contained in:
parent
3da4656e41
commit
b2e0b6f11d
@ -95,6 +95,7 @@ function notifications_content(&$a) {
|
|||||||
|
|
||||||
$o .= replace_macros($notif_tpl,array(
|
$o .= replace_macros($notif_tpl,array(
|
||||||
'$notif_header' => t('System Notifications'),
|
'$notif_header' => t('System Notifications'),
|
||||||
|
'$notif_link_mark_seen' => t('Mark all system notifications seen'),
|
||||||
'$notif_content' => $notif_content,
|
'$notif_content' => $notif_content,
|
||||||
));
|
));
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<h1>{{$notif_header}}</h1>
|
<h1>{{$notif_header}}</h1>
|
||||||
|
<a href="#" onclick="markRead('notify'); return false;">{{$notif_link_mark_seen}}</a>
|
||||||
<div class="notif-network-wrapper">
|
<div class="notif-network-wrapper">
|
||||||
{{$notif_content}}
|
{{$notif_content}}
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user