mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 19:08:18 -07:00
40 lines
2.0 KiB
HTML
40 lines
2.0 KiB
HTML
<div id="libraryDisplayPage" data-role="page" class="page type-interior librarySectionPage withTabs">
|
|
|
|
<div>
|
|
<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 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> |