mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix artist editor
This commit is contained in:
parent
3a5dad0e64
commit
8fc34293c7
16 changed files with 221 additions and 68 deletions
18
dashboard-ui/bower_components/emby-webcomponents/guide/guide-settings.template.html
vendored
Normal file
18
dashboard-ui/bower_components/emby-webcomponents/guide/guide-settings.template.html
vendored
Normal file
|
@ -0,0 +1,18 @@
|
|||
<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>
|
Loading…
Add table
Add a link
Reference in a new issue