2016-08-06 23:15:03 -07:00
|
|
|
|
<div class="formDialogHeader">
|
2016-08-05 13:34:56 -07:00
|
|
|
|
<button is="paper-icon-button-light" class="btnCancel autoSize" tabindex="-1"><i class="md-icon"></i></button>
|
2016-08-06 23:15:03 -07:00
|
|
|
|
<div class="formDialogHeaderTitle">
|
2016-03-06 11:09:20 -07:00
|
|
|
|
${ButtonAddMediaLibrary}
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
2016-08-06 23:15:03 -07:00
|
|
|
|
<div class="formDialogContent smoothScrollY" style="padding-top:2em;">
|
2016-08-05 13:34:56 -07:00
|
|
|
|
<div class="dialogContentInner dialog-content-centered">
|
|
|
|
|
<form style="margin:auto;">
|
|
|
|
|
<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">
|
2016-08-12 23:33:31 -07:00
|
|
|
|
<input is="emby-input" type="text" id="txtValue" required="required" label="${LabelDisplayName}"/>
|
2016-08-05 13:34:56 -07:00
|
|
|
|
</div>
|
2016-08-12 23:33:31 -07:00
|
|
|
|
<div style="display: flex; align-items: center;">
|
|
|
|
|
<h1 style="margin: .5em 0;">${HeadersFolders}</h1>
|
2016-08-05 13:34:56 -07:00
|
|
|
|
<button is="emby-button" type="button" class="raised btnAddFolder submit mini" style="margin-left:1em;" title="${ButtonAdd}">
|
|
|
|
|
<i class="md-icon">add</i>
|
|
|
|
|
<span>${ButtonAdd}</span>
|
|
|
|
|
</button>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="paperList folderList hide" style="padding: .7em 0;"></div>
|
2015-10-25 22:29:32 -07:00
|
|
|
|
|
2016-08-12 23:33:31 -07:00
|
|
|
|
<br />
|
|
|
|
|
<div class="libraryOptions"></div>
|
2016-08-05 13:34:56 -07:00
|
|
|
|
<br />
|
2016-09-07 10:17:26 -07:00
|
|
|
|
|
|
|
|
|
<div class="formDialogFooter">
|
|
|
|
|
<button is="emby-button" type="submit" class="raised submit block formDialogFooterItem">
|
2016-08-05 13:34:56 -07:00
|
|
|
|
<span>${ButtonOk}</span>
|
|
|
|
|
</button>
|
|
|
|
|
</div>
|
|
|
|
|
</form>
|
2015-10-15 11:48:43 -07:00
|
|
|
|
</div>
|
2016-08-05 13:34:56 -07:00
|
|
|
|
</div>
|