mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Add block unrated option
This commit is contained in:
parent
f96d8373f1
commit
b9d5dea662
2 changed files with 7 additions and 3 deletions
|
@ -20,10 +20,14 @@
|
|||
<label for="txtUserName">Name: </label>
|
||||
<input id="txtUserName" name="txtUserName" required="required" type="text" />
|
||||
</li>
|
||||
<li id="fldMaxParentalRating" style="display: none;">
|
||||
<li id="fldMaxParentalRating" >
|
||||
<label for="selectMaxParentalRating">Max parental rating:</label>
|
||||
<select name="selectMaxParentalRating" id="selectMaxParentalRating"></select>
|
||||
</li>
|
||||
<li id="fldBlockNotRated" >
|
||||
<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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue