mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
move channel view setting to global
This commit is contained in:
parent
5cd71abd36
commit
218112efc1
7 changed files with 43 additions and 18 deletions
|
@ -33,6 +33,14 @@
|
|||
<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>
|
||||
<br />
|
||||
<button is="emby-button" type="submit" class="raised submit block"><i class="md-icon">check</i><span>${ButtonSave}</span></button>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue