mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
add adult content filter to catalog
This commit is contained in:
parent
c52720b994
commit
ce1763c192
5 changed files with 30 additions and 12 deletions
|
@ -11,7 +11,7 @@
|
|||
<a href="plugins.html" data-role="button">${TabMyPlugins}</a>
|
||||
<a href="#" data-role="button" class="ui-btn-active">${TabCatalog}</a>
|
||||
</div>
|
||||
|
||||
|
||||
<br />
|
||||
<fieldset data-role="controlgroup" data-type="horizontal">
|
||||
<legend>${LabelDisplayPluginsFor}</legend>
|
||||
|
@ -30,6 +30,11 @@
|
|||
<label for="chkPremium">Free Only</label>
|
||||
</p>
|
||||
<br />
|
||||
<p style="max-width: 300px;">
|
||||
<label for="chkAdult">${OptionDisplayAdultContent}</label>
|
||||
<input id="chkAdult" type="checkbox" data-mini="true" />
|
||||
</p>
|
||||
<br />
|
||||
<div id="noPlugins" class="hide">
|
||||
<div style="text-align: center; margin: 10px;">${MessageNoAvailablePlugins}</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue