2016-08-13 02:33:31 -04:00
|
|
|
|
<h1>${HeaderSettings}</h1>
|
2016-08-15 00:36:17 -04:00
|
|
|
|
<div class="checkboxContainer checkboxContainer-withDescription chkEnablePhotosContainer">
|
|
|
|
|
<label>
|
|
|
|
|
<input type="checkbox" is="emby-checkbox" class="chkEnablePhotos" checked />
|
|
|
|
|
<span>${EnablePhotos}</span>
|
|
|
|
|
</label>
|
|
|
|
|
<div class="fieldDescription checkboxFieldDescription">${EnablePhotosHelp}</div>
|
|
|
|
|
</div>
|
2016-08-24 16:46:26 -04:00
|
|
|
|
<div class="checkboxContainer checkboxContainer-withDescription">
|
|
|
|
|
<label>
|
2016-08-26 13:24:04 -04:00
|
|
|
|
<input type="checkbox" is="emby-checkbox" class="chkEnableRealtimeMonitor" />
|
2016-08-24 16:46:26 -04:00
|
|
|
|
<span>${LabelEnableRealtimeMonitor}</span>
|
|
|
|
|
</label>
|
|
|
|
|
<div class="fieldDescription checkboxFieldDescription">${LabelEnableRealtimeMonitorHelp}</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
2016-08-13 02:33:31 -04:00
|
|
|
|
<div class="checkboxContainer checkboxContainer-withDescription chkArhiveAsMediaContainer">
|
|
|
|
|
<label>
|
|
|
|
|
<input type="checkbox" is="emby-checkbox" class="chkArhiveAsMedia" />
|
|
|
|
|
<span>${OptionDetectArchiveFilesAsMedia}</span>
|
|
|
|
|
</label>
|
|
|
|
|
<div class="fieldDescription checkboxFieldDescription">${OptionDetectArchiveFilesAsMediaHelp}</div>
|
|
|
|
|
</div>
|