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

update path fields

This commit is contained in:
Luke Pulverenti 2015-09-06 00:53:37 -04:00
parent 8c248c229a
commit 03b5e48d4f
45 changed files with 153 additions and 198 deletions

View file

@ -24,14 +24,12 @@
<label for="chkEnableTvSorting">${OptionEnableEpisodeOrganization}</label>
</li>
<li>
<label for="txtWatchFolder">${LabelWatchFolder}</label>
<div style="display: inline-block; width: 85%;">
<input type="text" id="txtWatchFolder" name="txtWatchFolder" />
</div>
<button id="btnSelectWatchFolder" type="button" data-icon="search" data-iconpos="notext" data-inline="true">${ButtonSelectDirectory}</button>
<paper-input id="txtWatchFolder" label="${LabelWatchFolder}" style="width:85%;display:inline-block;"></paper-input>
<paper-icon-button id="btnSelectWatchFolder" icon="search"></paper-icon-button>
<div class="fieldDescription">
<div>${LabelWatchFolderHelp}</div>
</div>
<br/>
</li>
<li>
<label for="txtMinFileSize">${LabelMinFileSizeForOrganize}</label>