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:
parent
8edd6fc958
commit
5406262f6b
3 changed files with 34 additions and 4 deletions
|
@ -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" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue