2016-09-06 01:02:05 -04:00
|
|
|
|
<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;">
|
|
|
|
|
|
2016-09-07 13:17:26 -04:00
|
|
|
|
<h3 class="checkboxListLabel">${ShowIndicatorsFor}</h3>
|
|
|
|
|
<div class="checkboxList">
|
|
|
|
|
<label>
|
|
|
|
|
<input type="checkbox" is="emby-checkbox" class="chkIndicator" data-type="hd" />
|
|
|
|
|
<span>${HDPrograms}</span>
|
|
|
|
|
</label>
|
|
|
|
|
<label>
|
2016-09-08 02:15:44 -04:00
|
|
|
|
<input type="checkbox" is="emby-checkbox" class="chkIndicator" data-type="live" data-default="true" />
|
2016-09-07 13:17:26 -04:00
|
|
|
|
<span>${LiveBroadcasts}</span>
|
|
|
|
|
</label>
|
2016-09-06 01:02:05 -04:00
|
|
|
|
<label>
|
|
|
|
|
<input type="checkbox" is="emby-checkbox" class="chkIndicator" data-type="new" />
|
|
|
|
|
<span>${NewEpisodes}</span>
|
|
|
|
|
</label>
|
2016-09-07 13:17:26 -04:00
|
|
|
|
<label>
|
2016-09-08 02:15:44 -04:00
|
|
|
|
<input type="checkbox" is="emby-checkbox" class="chkIndicator" data-type="premiere" data-default="true" />
|
2016-09-07 13:17:26 -04:00
|
|
|
|
<span>${Premieres}</span>
|
|
|
|
|
</label>
|
2016-09-07 16:11:16 -04:00
|
|
|
|
<label>
|
|
|
|
|
<input type="checkbox" is="emby-checkbox" class="chkIndicator" data-type="repeat" />
|
|
|
|
|
<span>${RepeatEpisodes}</span>
|
|
|
|
|
</label>
|
2016-09-06 01:02:05 -04:00
|
|
|
|
</div>
|
|
|
|
|
</form>
|
|
|
|
|
</div>
|