mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update detail page
This commit is contained in:
parent
f5323ff3c2
commit
dc87e4ccc2
17 changed files with 102 additions and 36 deletions
|
@ -41,19 +41,13 @@
|
|||
</li>
|
||||
</ul>
|
||||
<div>
|
||||
<fieldset data-role="controlgroup">
|
||||
<legend>${LabelEnableInternetMetadataForTvPrograms}</legend>
|
||||
<label for="chkMovies">${OptionTVMovies}</label>
|
||||
<input type="checkbox" id="chkMovies" />
|
||||
</fieldset>
|
||||
<label>${LabelEnableInternetMetadataForTvPrograms}</label>
|
||||
<paper-checkbox id="chkMovies">${OptionTVMovies}</paper-checkbox>
|
||||
</div>
|
||||
<div>
|
||||
<br />
|
||||
<label for="txtRecordingPath">${LabelRecordingPath}</label>
|
||||
<div style="display: inline-block; width: 85%;">
|
||||
<input type="text" id="txtRecordingPath" />
|
||||
</div>
|
||||
<button id="btnSelectRecordingPath" type="button" data-icon="search" data-iconpos="notext" data-inline="true">${ButtonSelectDirectory}</button>
|
||||
<paper-input id="txtRecordingPath" label="${LabelRecordingPath}" style="width:80%;display:inline-block;"></paper-input>
|
||||
<paper-icon-button id="btnSelectRecordingPath" icon="search"></paper-icon-button>
|
||||
<div class="fieldDescription">${LabelRecordingPathHelp}</div>
|
||||
</div>
|
||||
<br />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue