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

fixes #552 - Add parental control usage limits

This commit is contained in:
Luke Pulverenti 2014-10-14 20:05:09 -04:00
parent 101e365db4
commit c2ea67d056
4 changed files with 221 additions and 8 deletions

View file

@ -22,9 +22,8 @@
</h3>
</div>
<div class="itemsContainer localUsers" style="text-align:left;margin-top:.5em;"></div>
<br /><br />
<div class="ui-bar-a" style="padding: 0 1em;">
<div class="ui-bar-a" style="padding: 0 1em;margin-top:2em;">
<h3 style="margin:.6em 0;font-size:16px;font-weight:500;">
<span style="vertical-align:middle;">${HeaderGuests}</span>
<a class="btnInvite" data-role="button" data-icon="plus" href="#" data-rel="popup" data-position-to="window" data-inline="true" data-mini="true" data-iconpos="notext" style="margin: 0 0 0 .5em; vertical-align:middle;">
@ -33,9 +32,8 @@
</h3>
</div>
<div class="itemsContainer connectUsers" style="text-align:left;margin-top:.5em;"></div>
<br /><br />
<div class="sectionPendingGuests" style="display:none;">
<div class="sectionPendingGuests" style="display:none;margin-top:2em;">
<div class="ui-bar-a" style="padding: 0 1em;"><h3 style="font-size:16px;font-weight:500;">${HeaderPendingInvitations}</h3></div>
<div class="itemsContainer pending" style="text-align:left;margin-top:.5em;"></div>
</div>