mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 11:28:23 -07:00
18 lines
663 B
HTML
18 lines
663 B
HTML
<div class="formDialogHeader">
|
|
<button is="paper-icon-button-light" class="btnCancel autoSize" tabindex="-1"><i class="md-icon"></i></button>
|
|
<div class="formDialogHeaderTitle">
|
|
${Settings}
|
|
</div>
|
|
</div>
|
|
<div class="formDialogContent smoothScrollY">
|
|
<form class="dialogContentInner dialog-content-centered" style="padding-top:2em;">
|
|
|
|
<h3>${ShowIndicatorsFor}</h3>
|
|
<div class="checkboxContainer">
|
|
<label>
|
|
<input type="checkbox" is="emby-checkbox" class="chkIndicator" data-type="new" />
|
|
<span>${NewEpisodes}</span>
|
|
</label>
|
|
</div>
|
|
</form>
|
|
</div> |