50 lines
2.4 KiB
HTML
50 lines
2.4 KiB
HTML
|
|
<div class="formDialogHeader">
|
|||
|
|
<button type="button" is="emby-dialogclosebutton"></button>
|
|||
|
|
<h3 class="formDialogHeaderTitle">
|
|||
|
|
${HeaderNewLibrary}
|
|||
|
|
</h3>
|
|||
|
|
</div>
|
|||
|
|
|
|||
|
|
<div is="emby-scroller" data-horizontal="false" data-forcescrollbar="true" data-focusscroll="true" class="formDialogContent">
|
|||
|
|
<div class="scrollSlider dialogContentInner dialog-content-centered padded-left padded-right">
|
|||
|
|
<form style="margin:auto;">
|
|||
|
|
|
|||
|
|
<div class="verticalSection verticalSection-extrabottompadding">
|
|||
|
|
<div class="toggleContainer text-align-end">
|
|||
|
|
<label style="width:auto;">
|
|||
|
|
<input is="emby-toggle" type="checkbox" class="chkAdvanced noautofocus" label="${ShowAdvancedSettings}" />
|
|||
|
|
</label>
|
|||
|
|
</div>
|
|||
|
|
|
|||
|
|
<div class="fldCollectionType selectContainer">
|
|||
|
|
<select is="emby-select" class="selectCollectionType" required="required" label="${LabelContentType}"></select>
|
|||
|
|
<div class="collectionTypeFieldDescription fieldDescription">
|
|||
|
|
</div>
|
|||
|
|
</div>
|
|||
|
|
<div class="inputContainer">
|
|||
|
|
<input is="emby-input" type="text" class="txtValue" required="required" label="${LabelDisplayName}" />
|
|||
|
|
</div>
|
|||
|
|
</div>
|
|||
|
|
|
|||
|
|
<div class="folders verticalSection verticalSection-extrabottompadding">
|
|||
|
|
<div class="sectionTitleContainer flex align-items-center flex-wrap-wrap focusable" data-focusabletype="nearest">
|
|||
|
|
<h2 class="sectionTitle">${Folders}</h2>
|
|||
|
|
<button is="emby-button" type="button" class="raised raised-mini btnAddFolder submit sectionTitleButton">
|
|||
|
|
<i class="md-icon button-icon button-icon button-icon-left"></i>
|
|||
|
|
<span>${Add}</span>
|
|||
|
|
</button>
|
|||
|
|
</div>
|
|||
|
|
<div class="folderList sectionContent itemsContainer vertical-list" style="margin-bottom:1em;" is="emby-itemscontainer"></div>
|
|||
|
|
</div>
|
|||
|
|
|
|||
|
|
<div class="libraryOptions hide"></div>
|
|||
|
|
<br />
|
|||
|
|
|
|||
|
|
<div class="formDialogFooter">
|
|||
|
|
<button is="emby-button" type="submit" class="raised button-submit block formDialogFooterItem">
|
|||
|
|
<span>${ButtonOk}</span>
|
|||
|
|
</button>
|
|||
|
|
</div>
|
|||
|
|
</form>
|
|||
|
|
</div>
|
|||
|
|
</div>
|