mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 03:18:19 -07:00
60 lines
3.1 KiB
HTML
60 lines
3.1 KiB
HTML
<div id="libraryDisplayPage" data-role="page" class="page type-interior librarySectionPage withTabs">
|
|
|
|
<div data-role="content">
|
|
<div class="content-primary">
|
|
<form>
|
|
<div class="checkboxContainer checkboxContainer-withDescription">
|
|
<label>
|
|
<input type="checkbox" is="emby-checkbox" class="chkFolderView" />
|
|
<span>${OptionDisplayFolderView}</span>
|
|
</label>
|
|
<div class="fieldDescription checkboxFieldDescription">${OptionDisplayFolderViewHelp}</div>
|
|
</div>
|
|
<label class="checkboxContainer">
|
|
<input type="checkbox" is="emby-checkbox" class="chkDisplaySpecialsWithinSeasons"/>
|
|
<span>${LabelDisplaySpecialsWithinSeasons}</span>
|
|
</label>
|
|
<div class="checkboxContainer checkboxContainer-withDescription">
|
|
<label>
|
|
<input type="checkbox" is="emby-checkbox" class="chkGroupMoviesIntoCollections" />
|
|
<span>${LabelGroupMoviesIntoCollections}</span>
|
|
</label>
|
|
<div class="fieldDescription checkboxFieldDescription">${LabelGroupMoviesIntoCollectionsHelp}</div>
|
|
</div>
|
|
|
|
<div class="checkboxContainer checkboxContainer-withDescription">
|
|
<label>
|
|
<input type="checkbox" is="emby-checkbox" class="chkDisplayCollectionView" />
|
|
<span>${LabelDisplayCollectionsView}</span>
|
|
</label>
|
|
|
|
<div class="fieldDescription checkboxFieldDescription">
|
|
<div>${LabelDisplayCollectionsViewHelp}</div>
|
|
<div><a href="https://github.com/MediaBrowser/Wiki/wiki/Collections" target="_blank">${ButtonLearnMore}</a></div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="checkboxContainer checkboxContainer-withDescription">
|
|
<label>
|
|
<input class="chkDisplayChannelsInline" type="checkbox" is="emby-checkbox" />
|
|
<span>${OptionDisplayChannelsInline}</span>
|
|
</label>
|
|
<div class="fieldDescription checkboxFieldDescription">${OptionDisplayChannelsInlineHelp}</div>
|
|
</div>
|
|
|
|
<div class="checkboxContainer checkboxContainer-withDescription">
|
|
<label>
|
|
<input class="chkExternalContentInSuggestions" type="checkbox" is="emby-checkbox" />
|
|
<span>${OptionEnableExternalContentInSuggestions}</span>
|
|
</label>
|
|
<div class="fieldDescription checkboxFieldDescription">${OptionEnableExternalContentInSuggestionsHelp}</div>
|
|
</div>
|
|
<br />
|
|
<button is="emby-button" type="submit" class="raised button-submit block">
|
|
<span>${ButtonSave}</span>
|
|
</button>
|
|
|
|
</form>
|
|
</div>
|
|
</div>
|
|
</div> |