update theme song settings
This commit is contained in:
parent
4c7061b489
commit
8b6669e8cb
4 changed files with 43 additions and 18 deletions
|
@ -55,15 +55,6 @@
|
|||
${HeaderNavigation}
|
||||
</h1>
|
||||
<br />
|
||||
<div class="selectContainer">
|
||||
<select id="selectThemeSong" is="emby-select" label="${LabelEnableThemeSongs}">
|
||||
<option value="">${OptionAuto}</option>
|
||||
<option value="1">${OptionYes}</option>
|
||||
<option value="0">${OptionNo}</option>
|
||||
</select>
|
||||
<div class="fieldDescription">${LabelEnableThemeSongsHelp}</div>
|
||||
</div>
|
||||
<br />
|
||||
<div class="fldEnableBackdrops selectContainer">
|
||||
<select id="selectBackdrop" is="emby-select" label="${LabelEnableBackdrops}">
|
||||
<option value="">${OptionAuto}</option>
|
||||
|
@ -72,6 +63,13 @@
|
|||
</select>
|
||||
<div class="fieldDescription">${LabelEnableBackdropsHelp}</div>
|
||||
</div>
|
||||
<div class="checkboxContainer checkboxContainer-withDescription">
|
||||
<label>
|
||||
<input type="checkbox" is="emby-checkbox" id="chkThemeSong"/>
|
||||
<span>${LabelEnableThemeSongs}</span>
|
||||
</label>
|
||||
<div class="fieldDescription checkboxFieldDescription">${LabelEnableThemeSongsHelp}</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="detailSection requiresUserPreferences">
|
||||
<h1>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue