mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-19 03:48:18 -07:00
16 lines
722 B
HTML
16 lines
722 B
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 chkArhiveAsMediaContainer">
|
|
<label>
|
|
<input type="checkbox" is="emby-checkbox" class="chkArhiveAsMedia" />
|
|
<span>${OptionDetectArchiveFilesAsMedia}</span>
|
|
</label>
|
|
<div class="fieldDescription checkboxFieldDescription">${OptionDetectArchiveFilesAsMediaHelp}</div>
|
|
</div>
|