birzha/plugins/rainlab/userplus/components/notifications/default.htm

29 lines
846 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<form class="rainlab-userplus">
<button
type="button"
class="btn btn-default"
onclick="toggleNotificationsPopover(this)">
View notifications
</button>
<div class="notifications-popover">
<div class="notifications-header">
<h4>Notifications</h4>
<button
type="button"
class="close"
onclick="toggleNotificationsPopover(this)">×</button>
<a href="javascript:;" onclick="markNotificationsAsRead(this)" class="mark-all-read">
Mark all as read
</a>
</div>
<div class="notifications-content" id="notificationsContent">
<div class="notifications-loading">
<span class="oc-loading"></span>
</div>
</div>
</div>
</form>