jellyfin-web/dashboard-ui/notificationlist.html
Luke Pulverenti 905733c18c sync updates
2015-01-19 15:53:02 -05:00

25 lines
676 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>${TitleNotifications}</title>
</head>
<body>
<div id="notificationsPage" data-role="page" class="page type-interior notificationConfigurationPage">
<div data-role="content">
<div class="content-primary">
<div class="readOnlyContent">
<div class="notificationsList" style="margin-top: 1em;">
</div>
<p style="display:none;" class="btnMarkReadContainer"><button class="btnMarkRead" type="button" data-icon="check">${ButtonMarkRead}</button></p>
</div>
</div>
</div>
</div>
</body>
</html>