2019-01-23 11:33:34 +00:00
|
|
|
<div class="formDialogHeader">
|
2017-03-25 17:32:04 -04:00
|
|
|
<button type="button" is="paper-icon-button-light" class="btnCancel autoSize" tabindex="-1"><i class="md-icon"></i></button>
|
2018-09-12 19:26:21 +02:00
|
|
|
<h3 class="formDialogHeaderTitle"></h3>
|
2016-08-13 16:54:29 -04:00
|
|
|
</div>
|
|
|
|
|
2017-11-27 15:14:43 -05:00
|
|
|
<div class="formDialogContent scrollY" style="padding-top:2em;">
|
2016-08-13 16:54:29 -04:00
|
|
|
<div class="dialogContentInner dialog-content-centered">
|
2018-09-12 19:26:21 +02:00
|
|
|
<div class="infoBanner" style="margin-bottom:1.8em;">
|
|
|
|
${ChangingMetadataImageSettingsNewContent}
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<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 class="folders hide">
|
|
|
|
<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}">
|
|
|
|
<i class="md-icon">add</i>
|
|
|
|
</button>
|
|
|
|
</div>
|
|
|
|
<div class="paperList folderList" style="margin-bottom:2em;"></div>
|
2016-08-13 16:54:29 -04:00
|
|
|
</div>
|
2019-05-06 19:47:02 -07:00
|
|
|
|
2016-08-13 16:54:29 -04:00
|
|
|
<div class="libraryOptions"></div>
|
|
|
|
</div>
|
2015-10-15 23:17:42 -04:00
|
|
|
</div>
|