aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/notifications.tpl
blob: 92ffa1fdd796494de8accd973a102cda1d464ae9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
<div class="generic-content-wrapper">
	<div class="section-title-wrapper clearfix">
		{{if $notifications_available}}
		<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>
		{{/if}}
		<h2>{{$notif_header}}</h2>
	</div>
	<div class="section-content-wrapper">
		{{$notif_content}}
	</div>
</div>