1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00
jellyfin-web/dashboard-ui/librarydisplay.html

60 lines
3.1 KiB
HTML
Raw Normal View History

2016-06-04 13:14:03 -04:00
<div id="libraryDisplayPage" data-role="page" class="page type-interior librarySectionPage withTabs">
2016-06-04 01:51:33 -04:00
<div data-role="content">
<div class="content-primary">
<form>
2016-08-27 15:14:04 -04:00
<div class="checkboxContainer checkboxContainer-withDescription">
<label>
<input type="checkbox" is="emby-checkbox" class="chkFolderView" />
<span>${OptionDisplayFolderView}</span>
</label>
<div class="fieldDescription checkboxFieldDescription">${OptionDisplayFolderViewHelp}</div>
2016-06-04 01:51:33 -04:00
</div>
2016-08-27 15:14:04 -04:00
<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>
2016-06-05 15:44:55 -04:00
</div>
2016-06-13 15:02:48 -04:00
2016-08-27 15:14:04 -04:00
<div class="checkboxContainer checkboxContainer-withDescription">
<label>
<input type="checkbox" is="emby-checkbox" class="chkDisplayCollectionView" />
<span>${LabelDisplayCollectionsView}</span>
</label>
<div class="fieldDescription checkboxFieldDescription">
2016-06-13 15:02:48 -04:00
<div>${LabelDisplayCollectionsViewHelp}</div>
<div><a href="https://github.com/MediaBrowser/Wiki/wiki/Collections" target="_blank">${ButtonLearnMore}</a></div>
</div>
2016-06-06 17:12:44 -04:00
</div>
2016-08-31 16:46:09 -04:00
<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>
2016-06-06 17:12:44 -04:00
<br />
2016-09-09 02:59:23 -04:00
<button is="emby-button" type="submit" class="raised button-submit block">
<span>${ButtonSave}</span>
</button>
2016-06-04 01:51:33 -04:00
</form>
</div>
</div>
</div>