1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

update components

This commit is contained in:
Luke Pulverenti 2017-11-29 15:43:41 -05:00
parent 0f4b4b5908
commit f2677c0db1
100 changed files with 1279 additions and 1137 deletions

View file

@ -125,6 +125,14 @@
<select is="emby-select" class="selectSkin" label="${LabelSkin}"></select>
</div>
<div class="selectContainer hide selectTVHomeScreenContainer">
<select is="emby-select" class="selectTVHomeScreen" label="${LabelTVHomeScreen}">
<option value="">${Horizontal}</option>
<option value="vertical">${Vertical}</option>
</select>
<div class="fieldDescription">Changes take effect after signing out or restarting the app.</div>
</div>
<div class="selectContainer">
<select id="selectTheme" is="emby-select" label="${LabelTheme}"></select>
<div class="fieldDescription">${FeatureRequiresEmbyPremiere}</div>