streams/view/tpl/notifications.tpl

12 lines
455 B
Smarty
Raw Normal View History

2017-05-18 12:57:10 +00:00
<div class="generic-content-wrapper">
<div class="section-title-wrapper clearfix">
{{if $notifications_available}}
2023-01-27 23:02:51 +00:00
<a href="#" class="btn btn-outline-secondary btn-sm float-end" onclick="markRead('notify'); setTimeout(function() { window.location.href=window.location.href; },1500); return false;">{{$notif_link_mark_seen}}</a>
2017-05-18 12:57:10 +00:00
{{/if}}
<h2>{{$notif_header}}</h2>
</div>
<div class="section-content-wrapper">
{{$notif_content}}
</div>
</div>