1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00
jellyfin-web/dashboard-ui/notificationsettings.html

21 lines
906 B
HTML
Raw Normal View History

2016-03-16 01:33:31 -04:00
<div id="notificationSettingsPage" data-role="page" class="page type-interior notificationConfigurationPage" data-helpurl="https://github.com/MediaBrowser/Wiki/wiki/Notifications" data-require="scripts/notificationsettings">
2014-04-25 16:47:56 -04:00
2016-03-16 01:33:31 -04:00
<div data-role="content">
<div class="content-primary">
2014-04-25 16:47:56 -04:00
2016-03-16 01:33:31 -04:00
<div data-role="controlgroup" data-type="horizontal" class="localnav" data-mini="true">
<a href="#" data-role="button" class="ui-btn-active">${TabNotifications}</a>
<a href="appservices.html?context=notifications" data-role="button">${TabServices}</a>
</div>
2014-04-25 16:47:56 -04:00
2016-03-16 01:33:31 -04:00
<div class="readOnlyContent">
<p>${HeaderNotificationList}</p>
<p>${HeaderSendNotificationHelp}</p>
2014-04-25 16:47:56 -04:00
2016-03-16 01:33:31 -04:00
<div class="notificationList" style="margin-top: 2em;">
2014-04-26 23:42:05 -04:00
</div>
2016-03-16 01:33:31 -04:00
2014-04-25 16:47:56 -04:00
</div>
</div>
</div>
2016-03-16 01:33:31 -04:00
</div>