1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00
jellyfin-web/dashboard-ui/components/libraryoptionseditor/libraryoptionseditor.template.html

24 lines
1 KiB
HTML
Raw Normal View History

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>