mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Group parental control options under heading
This commit is contained in:
parent
d9be960376
commit
a34bee0d58
1 changed files with 7 additions and 4 deletions
|
@ -20,6 +20,13 @@
|
|||
<label for="txtUserName">Name: </label>
|
||||
<input id="txtUserName" name="txtUserName" required="required" type="text" />
|
||||
</li>
|
||||
<li id="fldIsAdmin" style="display: none;">
|
||||
<input type="checkbox" id="chkIsAdmin" name="chkIsAdmin" />
|
||||
<label for="chkIsAdmin">Allow this user to manage the server</label>
|
||||
</li>
|
||||
</ul>
|
||||
<h2>Parental Control</h2>
|
||||
<ul data-role="listview" class="ulForm">
|
||||
<li id="fldMaxParentalRating" >
|
||||
<label for="selectMaxParentalRating">Max parental rating:</label>
|
||||
<select name="selectMaxParentalRating" id="selectMaxParentalRating"></select>
|
||||
|
@ -28,10 +35,6 @@
|
|||
<input type="checkbox" id="chkBlockNotRated" name="chkBlockNotRated" />
|
||||
<label for="chkBlockNotRated">Block items with no rating information</label>
|
||||
</li>
|
||||
<li id="fldIsAdmin" style="display: none;">
|
||||
<input type="checkbox" id="chkIsAdmin" name="chkIsAdmin" />
|
||||
<label for="chkIsAdmin">Allow this user to manage the server</label>
|
||||
</li>
|
||||
</ul>
|
||||
<h2>Video Playback Settings</h2>
|
||||
<ul data-role="listview" class="ulForm">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue