2019-01-23 11:33:34 +00:00
|
|
|
<div class="formDialogHeader">
|
2020-04-26 02:37:28 +03:00
|
|
|
<button type="button" is="paper-icon-button-light" class="btnCancel autoSize" tabindex="-1"><span class="material-icons arrow_back"></span></button>
|
2019-05-06 19:47:02 -07:00
|
|
|
<h3 class="formDialogHeaderTitle">${ButtonAddMediaLibrary}</h3>
|
2016-03-06 13:09:20 -05:00
|
|
|
</div>
|
|
|
|
|
2017-11-27 15:14:43 -05:00
|
|
|
<div class="formDialogContent scrollY" style="padding-top:2em;">
|
2016-08-05 16:34:56 -04:00
|
|
|
<div class="dialogContentInner dialog-content-centered">
|
2018-09-12 19:26:21 +02:00
|
|
|
|
2019-05-07 12:58:16 -07:00
|
|
|
<div id="fldCollectionType" class="selectContainer">
|
|
|
|
<select is="emby-select" id="selectCollectionType" data-mini="true" required="required" label="${LabelContentType}"></select>
|
|
|
|
<div class="collectionTypeFieldDescription fieldDescription">
|
2016-08-05 16:34:56 -04:00
|
|
|
</div>
|
2019-05-07 12:58:16 -07:00
|
|
|
</div>
|
2019-05-06 19:47:02 -07:00
|
|
|
|
2019-05-07 12:58:16 -07: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
|
|
|
|
2019-05-07 12:58:16 -07:00
|
|
|
<div class="folders">
|
2016-08-13 02:33:31 -04:00
|
|
|
<div style="display: flex; align-items: center;">
|
2020-08-13 21:38:57 +09:00
|
|
|
<h1 style="margin: .5em 0;">${Folders}</h1>
|
2020-08-09 23:10:58 +09:00
|
|
|
<button is="emby-button" type="button" class="fab btnAddFolder submit" style="margin-left:1em;" title="${Add}">
|
2020-04-26 02:37:28 +03:00
|
|
|
<span class="material-icons add"></span>
|
2016-08-05 16:34:56 -04:00
|
|
|
</button>
|
|
|
|
</div>
|
2019-05-07 12:58:16 -07:00
|
|
|
<div class="paperList folderList hide" style="margin-bottom:2em;"></div>
|
|
|
|
</div>
|
2015-10-26 01:29:32 -04:00
|
|
|
|
2019-05-07 12:58:16 -07:00
|
|
|
<div class="libraryOptions"></div>
|
2015-10-15 14:48:43 -04:00
|
|
|
</div>
|
2019-05-07 12:58:16 -07:00
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="formDialogFooter">
|
|
|
|
<button is="emby-button" type="button" class="raised btnSubmit button-submit block formDialogFooterItem">
|
|
|
|
<span>${ButtonOk}</span>
|
|
|
|
</button>
|
2019-11-20 00:24:54 +03:00
|
|
|
</div>
|