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

add some web client settings

This commit is contained in:
Luke Pulverenti 2014-05-21 15:33:46 -04:00
parent 2c7636b291
commit ba33bf6fff
5 changed files with 245 additions and 81 deletions

View file

@ -21,6 +21,38 @@
</div>
<br />
<ul data-role="listview" class="ulForm">
<li>
<label for="selectHomeSection1">${LabelHomePageSection1}</label>
<select id="selectHomeSection1" data-mini="true">
<option value="">${OptionAuto}</option>
<option value="librarybuttons">${OptionLibraryButtons}</option>
<option value="librarytiles">${OptionLibraryTiles}</option>
<option value="resume">${OptionResumablemedia}</option>
<option value="latestmedia">${OptionLatestMedia}</option>
</select>
</li>
<li>
<label for="selectHomeSection2">${LabelHomePageSection2}</label>
<select id="selectHomeSection2" data-mini="true">
<option value="">${OptionAuto}</option>
<option value="librarybuttons">${OptionLibraryButtons}</option>
<option value="librarytiles">${OptionLibraryTiles}</option>
<option value="resume">${OptionResumablemedia}</option>
<option value="latestmedia">${OptionLatestMedia}</option>
</select>
</li>
<li>
<label for="selectHomeSection3">${LabelHomePageSection3}</label>
<select id="selectHomeSection3" data-mini="true">
<option value="">${OptionAuto}</option>
<option value="librarybuttons">${OptionLibraryButtons}</option>
<option value="librarytiles">${OptionLibraryTiles}</option>
<option value="resume">${OptionResumablemedia}</option>
<option value="latestmedia">${OptionLatestMedia}</option>
</select>
</li>
</ul>
<div class="detailSectionHeader" style="margin: 0 .5em;">
${HeaderThisDevice}