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

add path picker

This commit is contained in:
Luke Pulverenti 2016-06-03 16:01:16 -04:00
parent 8edd6fc958
commit 5406262f6b
3 changed files with 34 additions and 4 deletions

View file

@ -1,9 +1,15 @@
<h1>Xml TV</h1>
<form>
<form class="xmltvForm">
<div>
<div class="inputContainer">
<input is="emby-input" class="txtPath" label="${LabelPath}" required="required" autocomplete="off" />
<div style="display: flex; align-items: center;">
<div style="flex-grow:1;">
<input is="emby-input" class="txtPath" label="${LabelPath}" required="required" autocomplete="off" />
</div>
<button type="button" is="paper-icon-button-light" id="btnSelectPath"><iron-icon icon="search"></iron-icon></button>
</div>
<div class="fieldDescription">${XmlTvPathHelp}</div>
</div>
<div class="inputContainer">
<input is="emby-input" class="txtKids" label="${LabelKidsCategories}" autocomplete="off" />