2023-03-16 16:07:27 -04:00
|
|
|
<form class="addLibraryForm" style="max-width:100%;">
|
|
|
|
<div class="formDialogHeader">
|
|
|
|
<button type="button" is="paper-icon-button-light" class="btnCancel autoSize" tabindex="-1" title="${ButtonBack}"><span class="material-icons arrow_back" aria-hidden="true"></span></button>
|
|
|
|
<h3 class="formDialogHeaderTitle">${ButtonAddMediaLibrary}</h3>
|
|
|
|
</div>
|
2016-03-06 13:09:20 -05:00
|
|
|
|
2023-03-16 16:07:27 -04:00
|
|
|
<div class="formDialogContent scrollY" style="padding-top:2em;">
|
|
|
|
<div class="dialogContentInner dialog-content-centered">
|
2018-09-12 19:26:21 +02:00
|
|
|
|
2023-03-16 16:07:27 -04:00
|
|
|
<div id="fldCollectionType" class="selectContainer">
|
|
|
|
<select is="emby-select" id="selectCollectionType" data-mini="true" required="required" label="${LabelContentType}"></select>
|
|
|
|
<div class="collectionTypeFieldDescription fieldDescription">
|
|
|
|
</div>
|
2016-08-05 16:34:56 -04:00
|
|
|
</div>
|
2019-05-06 19:47:02 -07:00
|
|
|
|
2023-03-16 16:07:27 -04:00
|
|
|
<div class="inputContainer">
|
|
|
|
<input is="emby-input" type="text" id="txtValue" required="required" label="${LabelDisplayName}" />
|
|
|
|
</div>
|
2019-05-06 19:47:02 -07:00
|
|
|
|
2023-03-16 16:07:27 -04:00
|
|
|
<div class="folders">
|
|
|
|
<div style="display: flex; align-items: center;">
|
|
|
|
<h1 style="margin: .5em 0;">${Folders}</h1>
|
|
|
|
<button is="emby-button" type="button" class="fab btnAddFolder submit" title="${Add}">
|
|
|
|
<span class="material-icons add" aria-hidden="true"></span>
|
|
|
|
</button>
|
|
|
|
</div>
|
|
|
|
<div class="paperList folderList hide" style="margin-bottom:2em;"></div>
|
2016-08-05 16:34:56 -04:00
|
|
|
</div>
|
2015-10-26 01:29:32 -04:00
|
|
|
|
2023-03-16 16:07:27 -04:00
|
|
|
<div class="libraryOptions"></div>
|
|
|
|
</div>
|
2015-10-15 14:48:43 -04:00
|
|
|
</div>
|
2019-05-07 12:58:16 -07:00
|
|
|
|
2023-03-16 16:07:27 -04:00
|
|
|
<div class="formDialogFooter">
|
|
|
|
<button is="emby-button" type="submit" class="raised btnSubmit button-submit block formDialogFooterItem">
|
|
|
|
<span>${ButtonOk}</span>
|
|
|
|
</button>
|
|
|
|
</div>
|
|
|
|
</form>
|