jellyfish-web/src/userprofiles.html

17 lines
1 KiB
HTML
Raw Normal View History

<div id="userProfilesPage" data-role="page" class="page type-interior userProfilesPage fullWidthContent">
2017-05-06 15:42:17 -04:00
<div>
2016-03-16 01:33:31 -04:00
<div class="content-primary">
2018-09-12 19:26:21 +02:00
<div class="verticalSection verticalSection-extrabottompadding">
<div class="sectionTitleContainer sectionTitleContainer-cards">
2019-06-21 14:19:33 -07:00
<h2 class="sectionTitle sectionTitle-cards">${HeaderUsers}</h2>
2018-09-12 19:26:21 +02:00
<button is="emby-button" type="button" class="fab btnAddUser submit sectionTitleButton" style="margin-left:1em;" title="${ButtonAddUser}">
2020-04-26 02:37:28 +03:00
<span class="material-icons add"></span>
2017-05-06 15:42:17 -04:00
</button>
<a is="emby-linkbutton" rel="noopener noreferrer" style="margin-left:2em!important;" class="raised button-alt headerHelpButton" target="_blank" href="https://docs.jellyfin.org/general/server/users/adding-managing-users.html">${Help}</a>
2017-05-06 15:42:17 -04:00
</div>
2019-06-21 14:19:33 -07:00
<div class="localUsers itemsContainer vertical-wrap"></div>
2016-03-16 01:33:31 -04:00
</div>
2013-02-20 20:33:05 -05:00
</div>
</div>
</div>