mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-20 04:18:19 -07:00
44 lines
1.9 KiB
HTML
44 lines
1.9 KiB
HTML
<div class="formDialogHeader">
|
|
<button type="button" is="paper-icon-button-light" class="btnCancel autoSize" tabindex="-1"><span class="material-icons arrow_back"></span></button>
|
|
<h3 class="formDialogHeaderTitle">${ButtonAddMediaLibrary}</h3>
|
|
</div>
|
|
|
|
<div class="formDialogContent scrollY" style="padding-top:2em;">
|
|
<div class="dialogContentInner dialog-content-centered">
|
|
<div class="inputContainer" style="text-align:right;">
|
|
<label style="width:auto;">
|
|
<input is="emby-toggle" type="checkbox" class="chkAdvanced noautofocus" />
|
|
<span>${ShowAdvancedSettings}</span>
|
|
</label>
|
|
</div>
|
|
|
|
<div id="fldCollectionType" class="selectContainer">
|
|
<select is="emby-select" id="selectCollectionType" data-mini="true" required="required" label="${LabelContentType}"></select>
|
|
<div class="collectionTypeFieldDescription fieldDescription">
|
|
</div>
|
|
</div>
|
|
|
|
<div class="inputContainer">
|
|
<input is="emby-input" type="text" id="txtValue" required="required" label="${LabelDisplayName}" />
|
|
</div>
|
|
|
|
<div class="folders">
|
|
<div style="display: flex; align-items: center;">
|
|
<h1 style="margin: .5em 0;">${HeadersFolders}</h1>
|
|
<button is="emby-button" type="button" class="fab btnAddFolder submit" style="margin-left:1em;" title="${ButtonAdd}">
|
|
<span class="material-icons add"></span>
|
|
</button>
|
|
</div>
|
|
<div class="paperList folderList hide" style="margin-bottom:2em;"></div>
|
|
</div>
|
|
|
|
<div class="libraryOptions"></div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="formDialogFooter">
|
|
<button is="emby-button" type="button" class="raised btnSubmit button-submit block formDialogFooterItem">
|
|
<span>${ButtonOk}</span>
|
|
</button>
|
|
</div>
|