mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 19:38:20 -07:00
22 lines
657 B
HTML
22 lines
657 B
HTML
<div class="formDialogHeader">
|
|
<button is="paper-icon-button-light" class="btnCancel autoSize" tabindex="-1"><i class="md-icon"></i></button>
|
|
<h3 class="formDialogHeaderTitle">
|
|
${HeaderDisplaySettings}
|
|
</h3>
|
|
</div>
|
|
|
|
<div class="formDialogContent smoothScrollY">
|
|
<div class="dialogContentInner dialog-content-centered">
|
|
|
|
<div class="settingsContent">
|
|
|
|
</div>
|
|
|
|
<div class="formDialogFooter">
|
|
<button is="emby-button" type="button" class="raised button-submit block formDialogFooterItem btnSave">
|
|
<span>${Save}</span>
|
|
</button>
|
|
</div>
|
|
|
|
</div>
|
|
</div> |