Update field descriptions for Max Parental Rating and Max Days Recent inputs to clarify no limit options
This commit is contained in:
@@ -390,12 +390,12 @@
|
|||||||
<div class="inputContainer">
|
<div class="inputContainer">
|
||||||
<label class="inputLabel inputLabelUnfocused" for="MaxParentalRating">Max Parental Rating (Age Limit)</label>
|
<label class="inputLabel inputLabelUnfocused" for="MaxParentalRating">Max Parental Rating (Age Limit)</label>
|
||||||
<input is="emby-input" type="number" id="MaxParentalRating" name="MaxParentalRating" />
|
<input is="emby-input" type="number" id="MaxParentalRating" name="MaxParentalRating" />
|
||||||
<div class="fieldDescription">Items exceeding this age rating will not be shown. Leave blank for no limit. Examples: 12, 16, 18.</div>
|
<div class="fieldDescription">Items exceeding this age rating will not be shown. Leave blank or set to 0 for no limit. Examples: 12, 16, 18.</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="inputContainer">
|
<div class="inputContainer">
|
||||||
<label class="inputLabel inputLabelUnfocused" for="MaxDaysRecent">Max Days Recent</label>
|
<label class="inputLabel inputLabelUnfocused" for="MaxDaysRecent">Max Days Recent</label>
|
||||||
<input is="emby-input" type="number" id="MaxDaysRecent" name="MaxDaysRecent" />
|
<input is="emby-input" type="number" id="MaxDaysRecent" name="MaxDaysRecent" />
|
||||||
<div class="fieldDescription">Only show items added in the last X days. Leave blank for no limit. Example: 30.</div>
|
<div class="fieldDescription">Only show items added in the last X days. Leave blank or set to 0 for no limit. Example: 30.</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h2 class="sectionTitle">Content Limits</h2>
|
<h2 class="sectionTitle">Content Limits</h2>
|
||||||
|
|||||||
Reference in New Issue
Block a user