mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-19 11:58:20 -07:00
40 lines
1.8 KiB
HTML
40 lines
1.8 KiB
HTML
<h1>${HeaderSettings}</h1>
|
|
<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>
|
|
<div class="checkboxContainer checkboxContainer-withDescription">
|
|
<label>
|
|
<input type="checkbox" is="emby-checkbox" class="chkEnableRealtimeMonitor"/>
|
|
<span>${LabelEnableRealtimeMonitor}</span>
|
|
</label>
|
|
<div class="fieldDescription checkboxFieldDescription">${LabelEnableRealtimeMonitorHelp}</div>
|
|
</div>
|
|
|
|
<div class="checkboxContainer checkboxContainer-withDescription fldExtractChapterImages hide">
|
|
<label>
|
|
<input type="checkbox" is="emby-checkbox" class="chkExtractChapterImages" />
|
|
<span>${OptionExtractChapterImage}</span>
|
|
</label>
|
|
<div class="fieldDescription checkboxFieldDescription">${ExtractChapterImagesHelp}</div>
|
|
</div>
|
|
|
|
<div class="checkboxContainer checkboxContainer-withDescription fldExtractChaptersDuringLibraryScan hide">
|
|
<label>
|
|
<input type="checkbox" is="emby-checkbox" class="chkExtractChaptersDuringLibraryScan" />
|
|
<span>${LabelExtractChaptersDuringLibraryScan}</span>
|
|
</label>
|
|
<div class="fieldDescription checkboxFieldDescription">${LabelExtractChaptersDuringLibraryScanHelp}</div>
|
|
</div>
|
|
|
|
<div class="checkboxContainer checkboxContainer-withDescription chkArhiveAsMediaContainer hide">
|
|
<label>
|
|
<input type="checkbox" is="emby-checkbox" class="chkArhiveAsMedia" />
|
|
<span>${OptionDetectArchiveFilesAsMedia}</span>
|
|
</label>
|
|
<div class="fieldDescription checkboxFieldDescription">${OptionDetectArchiveFilesAsMediaHelp}</div>
|
|
</div>
|