jellyfin-web/dashboard-ui/notificationsettings.html

16 lines
555 B
HTML
Raw Normal View History

2016-04-12 22:28:45 -07:00
<div id="notificationSettingsPage" data-role="page" class="page type-interior notificationConfigurationPage withTabs" data-helpurl="https://github.com/MediaBrowser/Wiki/wiki/Notifications">
2014-04-25 13:47:56 -07:00
2016-03-15 22:33:31 -07:00
<div data-role="content">
<div class="content-primary">
2014-04-25 13:47:56 -07:00
2016-03-15 22:33:31 -07:00
<div class="readOnlyContent">
<p>${HeaderNotificationList}</p>
<p>${HeaderSendNotificationHelp}</p>
2014-04-25 13:47:56 -07:00
2016-03-15 22:33:31 -07:00
<div class="notificationList" style="margin-top: 2em;">
2014-04-26 20:42:05 -07:00
</div>
2016-03-15 22:33:31 -07:00
2014-04-25 13:47:56 -07:00
</div>
</div>
</div>
2016-03-15 22:33:31 -07:00
</div>