Move UI items into UI section
This commit is contained in:
parent
d9973ed90a
commit
390ff41ac3
@ -283,6 +283,12 @@
|
|||||||
<br />
|
<br />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="inputContainer">
|
||||||
|
<label class="inputLabel inputLabelUnfocused" for="RemainingSecondsOfIntro"> Intro playback duration (in seconds) </label>
|
||||||
|
<input id="RemainingSecondsOfIntro" type="number" is="emby-input" min="0" />
|
||||||
|
<div class="fieldDescription">Seconds of introduction ending that should be played. Defaults to 2.</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="checkboxContainer checkboxContainer-withDescription">
|
<div class="checkboxContainer checkboxContainer-withDescription">
|
||||||
<label class="emby-checkbox-label">
|
<label class="emby-checkbox-label">
|
||||||
<input id="AutoSkipCredits" type="checkbox" is="emby-checkbox" />
|
<input id="AutoSkipCredits" type="checkbox" is="emby-checkbox" />
|
||||||
@ -326,6 +332,10 @@
|
|||||||
<input id="ClientList" type="hidden" is="emby-input" />
|
<input id="ClientList" type="hidden" is="emby-input" />
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary>User Interface Customization</summary>
|
||||||
|
|
||||||
|
<br />
|
||||||
<div id="SkipButtonSettings">
|
<div id="SkipButtonSettings">
|
||||||
<div id="PersistContainer" class="checkboxContainer checkboxContainer-withDescription">
|
<div id="PersistContainer" class="checkboxContainer checkboxContainer-withDescription">
|
||||||
<label class="emby-checkbox-label">
|
<label class="emby-checkbox-label">
|
||||||
@ -361,10 +371,6 @@
|
|||||||
<div class="fieldDescription">Seconds of introduction ending that should be played. Defaults to 2.</div>
|
<div class="fieldDescription">Seconds of introduction ending that should be played. Defaults to 2.</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<details>
|
|
||||||
<summary>User Interface Customization</summary>
|
|
||||||
|
|
||||||
<br />
|
|
||||||
<div class="inputContainer">
|
<div class="inputContainer">
|
||||||
<label class="inputLabel" for="SkipButtonIntroText"> Skip intro button text </label>
|
<label class="inputLabel" for="SkipButtonIntroText"> Skip intro button text </label>
|
||||||
<input id="SkipButtonIntroText" type="text" is="emby-input" />
|
<input id="SkipButtonIntroText" type="text" is="emby-input" />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user