jellyfin-web/dashboard-ui/bower_components/emby-webcomponents/guide/guide-settings.template.html

39 lines
1.6 KiB
HTML
Raw Normal View History

2016-09-05 22:02:05 -07:00
<div class="formDialogHeader">
<button is="paper-icon-button-light" class="btnCancel autoSize" tabindex="-1"><i class="md-icon">&#xE5C4;</i></button>
2016-09-08 23:59:23 -07:00
<h3 class="formDialogHeaderTitle">
2016-09-05 22:02:05 -07:00
${Settings}
2016-09-08 23:59:23 -07:00
</h3>
2016-09-05 22:02:05 -07:00
</div>
<div class="formDialogContent smoothScrollY">
<form class="dialogContentInner dialog-content-centered" style="padding-top:2em;">
2016-09-07 10:17:26 -07:00
<h3 class="checkboxListLabel">${ShowIndicatorsFor}</h3>
<div class="checkboxList">
<label>
2016-09-27 22:11:41 -07:00
<input type="checkbox" is="emby-checkbox" class="chkIndicator" data-type="hd"/>
2016-09-07 10:17:26 -07:00
<span>${HDPrograms}</span>
</label>
<label>
2016-09-27 22:11:41 -07:00
<input type="checkbox" is="emby-checkbox" class="chkIndicator" data-type="live" data-default="true"/>
2016-09-07 10:17:26 -07:00
<span>${LiveBroadcasts}</span>
</label>
2016-09-05 22:02:05 -07:00
<label>
2016-09-27 22:11:41 -07:00
<input type="checkbox" is="emby-checkbox" class="chkIndicator" data-type="new"/>
2016-09-05 22:02:05 -07:00
<span>${NewEpisodes}</span>
</label>
2016-09-07 10:17:26 -07:00
<label>
2016-09-27 22:11:41 -07:00
<input type="checkbox" is="emby-checkbox" class="chkIndicator" data-type="premiere" data-default="true"/>
2016-09-07 10:17:26 -07:00
<span>${Premieres}</span>
</label>
2016-09-07 13:11:16 -07:00
<label>
2016-09-27 22:11:41 -07:00
<input type="checkbox" is="emby-checkbox" class="chkIndicator" data-type="repeat"/>
2016-09-07 13:11:16 -07:00
<span>${RepeatEpisodes}</span>
</label>
2016-09-05 22:02:05 -07:00
</div>
2016-09-27 22:11:41 -07:00
<br/>
<label>
<input type="checkbox" is="emby-checkbox" class="chkColorCodedBackgrounds" />
<span>${EnableColorCodedBackgrounds}</span>
</label>
2016-09-05 22:02:05 -07:00
</form>
</div>