mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update video osd
This commit is contained in:
parent
25d8cf9179
commit
f516b8bcc1
10 changed files with 22 additions and 58 deletions
|
@ -3,7 +3,7 @@
|
|||
<form class="displayPreferencesForm userProfileSettingsForm" style="margin: 0 auto;">
|
||||
<div class="detailSection">
|
||||
<h1>
|
||||
${Themes}
|
||||
${HeaderDisplay}
|
||||
</h1>
|
||||
<br />
|
||||
<div class="selectContainer">
|
||||
|
@ -18,10 +18,6 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="detailSection languageSection hide">
|
||||
<h1>
|
||||
${HeaderLanguage}
|
||||
</h1>
|
||||
<br />
|
||||
<div class="selectContainer">
|
||||
<select id="selectLanguage" is="emby-select" label="${LabelPreferredDisplayLanguage}">
|
||||
<option value="">${OptionAuto}</option>
|
||||
|
@ -68,10 +64,6 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="detailSection">
|
||||
<h1>
|
||||
${HeaderNavigation}
|
||||
</h1>
|
||||
<br />
|
||||
<div class="fldEnableBackdrops selectContainer">
|
||||
<select id="selectBackdrop" is="emby-select" label="${LabelEnableBackdrops}">
|
||||
<option value="1">${OptionYes}</option>
|
||||
|
@ -88,10 +80,6 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="detailSection">
|
||||
<h1>
|
||||
${HeaderDisplay}
|
||||
</h1>
|
||||
<br />
|
||||
<div class="checkboxContainer checkboxContainer-withDescription">
|
||||
<label>
|
||||
<input type="checkbox" is="emby-checkbox" class="chkDisplayMissingEpisodes" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue