mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update themes
This commit is contained in:
parent
90e4adb8c1
commit
d788d58e92
11 changed files with 19 additions and 9 deletions
File diff suppressed because one or more lines are too long
|
@ -78,6 +78,15 @@
|
|||
<select id="selectTheme" is="emby-select" label="${LabelTheme}"></select>
|
||||
<div class="fieldDescription">${FeatureRequiresEmbyPremiere}</div>
|
||||
</div>
|
||||
|
||||
<div class="checkboxContainer checkboxContainer-withDescription">
|
||||
<label>
|
||||
<input type="checkbox" is="emby-checkbox" id="chkSeasonalThemes" />
|
||||
<span>${AllowSeasonalThemes}</span>
|
||||
</label>
|
||||
<div class="fieldDescription checkboxFieldDescription">${AllowSeasonalThemesHelp}</div>
|
||||
</div>
|
||||
|
||||
<div class="selectContainer selectDashboardThemeContainer hide">
|
||||
<select id="selectDashboardTheme" is="emby-select" label="${LabelDashboardTheme}"></select>
|
||||
<div class="fieldDescription">${FeatureRequiresEmbyPremiere}</div>
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -599,5 +599,7 @@
|
|||
"HeaderLatestMedia": "Latest Media",
|
||||
"HeaderRestartingEmbyServer": "Restarting Emby Server",
|
||||
"RestartPleaseWaitMessage": "Please wait while Emby Server shuts down and restarts. This may take a minute or two.",
|
||||
"PlayNext": "Play next"
|
||||
"PlayNext": "Play next",
|
||||
"AllowSeasonalThemes": "Allow automatic seasonal themes",
|
||||
"AllowSeasonalThemesHelp": "If enabled, seasonal themes will occasionally override your theme setting."
|
||||
}
|
Binary file not shown.
Before Width: | Height: | Size: 133 KiB |
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue