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

add more device options

This commit is contained in:
Luke Pulverenti 2014-10-11 21:46:02 -04:00
parent 9ae5d347c1
commit 029b0d464f
6 changed files with 76 additions and 6 deletions

View file

@ -31,12 +31,17 @@
<br /><br />
<ul data-role="listview" class="ulForm">
<li>
<label for="txtUploadPath">${LabelUploadPath}</label>
<label for="txtUploadPath">${LabelCameraUploadPath}</label>
<div style="display: inline-block; width: 92%;">
<input type="text" id="txtUploadPath" data-mini="true" />
</div>
<button id="btnSelectUploadPath" type="button" data-icon="search" data-iconpos="notext" data-inline="true">${ButtonSelectDirectory}</button>
<div class="fieldDescription">${LabelUploadPathHelp}</div>
<div class="fieldDescription">${LabelCameraUploadPathHelp}</div>
</li>
<li>
<label for="chkSubfolder">${LabelCreateCameraUploadSubfolder}</label>
<input type="checkbox" id="chkSubfolder" data-mini="true" />
<div class="fieldDescription">${LabelCreateCameraUploadSubfolderHelp}</div>
</li>
</ul><br />
@ -45,7 +50,7 @@
<button type="submit" data-theme="b" data-icon="check">
${ButtonSave}
</button>
<button type="button" onclick="Dashboard.navigate('dashboard.html');" data-icon="delete">
<button type="button" onclick="Dashboard.navigate('devices.html');" data-icon="delete">
${ButtonCancel}
</button>
</li>