streams/view/tpl/notifications.tpl
Christian Vogeley f7c77c7821 Add link to system notifications page
to mark notifications seen
2014-05-04 18:17:11 +02:00

7 lines
202 B
Smarty
Executable file

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