mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 11:28:23 -07:00
26 lines
1.1 KiB
HTML
26 lines
1.1 KiB
HTML
<form style="max-width:100%;">
|
|
<br />
|
|
<div id="fldCollectionType">
|
|
<label for="selectCollectionType">${LabelContentType}</label>
|
|
<select id="selectCollectionType" data-mini="true" required="required"></select>
|
|
<div class="collectionTypeFieldDescription fieldDescription">
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<paper-input type="text" id="txtValue" required="required" label="${LabelDisplayName}"></paper-input>
|
|
</div>
|
|
<div>
|
|
<paper-input type="text" id="txtPath" required="required" label="${LabelFolder}" style="display: inline-block;width:84%;"></paper-input>
|
|
<paper-icon-button id="btnSelectPath" icon="search"></paper-icon-button>
|
|
<div class="fieldDescription">${LabelAdditionalFoldersCanBeAddedHelp}</div>
|
|
</div>
|
|
<br />
|
|
<div>
|
|
<button type="submit" class="clearButton" data-role="none">
|
|
<paper-button raised class="submit block">
|
|
<iron-icon icon="check"></iron-icon>
|
|
<span>${ButtonOk}</span>
|
|
</paper-button>
|
|
</button>
|
|
</div>
|
|
</form> |