mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
check in open subtitles stub
This commit is contained in:
parent
f2f8786597
commit
55602229f0
2 changed files with 25 additions and 16 deletions
|
@ -15,6 +15,7 @@
|
||||||
width: 200px;
|
width: 200px;
|
||||||
min-height: 100px;
|
min-height: 100px;
|
||||||
border-bottom-right-radius: 5px;
|
border-bottom-right-radius: 5px;
|
||||||
|
padding-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.itemDetailPage .desktopLibraryMenu {
|
.itemDetailPage .desktopLibraryMenu {
|
||||||
|
|
|
@ -36,23 +36,31 @@
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<h2>${HeaderAutomaticUpdates}</h2>
|
|
||||||
|
<div data-role="collapsible">
|
||||||
|
<h2>${HeaderAutomaticUpdates}</h2>
|
||||||
|
<div>
|
||||||
|
<ul data-role="listview" class="ulForm">
|
||||||
|
<li>
|
||||||
|
<input type="checkbox" id="chkEnableFanartUpdates" name="chkEnableFanartUpdates" data-mini="true" />
|
||||||
|
<label for="chkEnableFanartUpdates">${LabelAutomaticUpdatesFanart}</label>
|
||||||
|
<div class="fieldDescription">${LabelAutomaticUpdatesFanartHelp}</div>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<input type="checkbox" id="chkEnableTmdbPersonUpdates" name="chkEnableTmdbPersonUpdates" data-mini="true" />
|
||||||
|
<label for="chkEnableTmdbPersonUpdates">${LabelAutomaticUpdatesTmdb}</label>
|
||||||
|
<div class="fieldDescription">${LabelAutomaticUpdatesTmdbHelp}</div>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<input type="checkbox" id="chkEnableTvdbUpdates" name="chkEnableTvdbUpdates" data-mini="true" />
|
||||||
|
<label for="chkEnableTvdbUpdates">${LabelAutomaticUpdatesTvdb}</label>
|
||||||
|
<div class="fieldDescription">${LabelAutomaticUpdatesTvdbHelp}</div>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<br />
|
||||||
<ul data-role="listview" class="ulForm">
|
<ul data-role="listview" class="ulForm">
|
||||||
<li>
|
|
||||||
<input type="checkbox" id="chkEnableFanartUpdates" name="chkEnableFanartUpdates" data-mini="true" />
|
|
||||||
<label for="chkEnableFanartUpdates">${LabelAutomaticUpdatesFanart}</label>
|
|
||||||
<div class="fieldDescription">${LabelAutomaticUpdatesFanartHelp}</div>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<input type="checkbox" id="chkEnableTmdbPersonUpdates" name="chkEnableTmdbPersonUpdates" data-mini="true" />
|
|
||||||
<label for="chkEnableTmdbPersonUpdates">${LabelAutomaticUpdatesTmdb}</label>
|
|
||||||
<div class="fieldDescription">${LabelAutomaticUpdatesTmdbHelp}</div>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<input type="checkbox" id="chkEnableTvdbUpdates" name="chkEnableTvdbUpdates" data-mini="true" />
|
|
||||||
<label for="chkEnableTvdbUpdates">${LabelAutomaticUpdatesTvdb}</label>
|
|
||||||
<div class="fieldDescription">${LabelAutomaticUpdatesTvdbHelp}</div>
|
|
||||||
</li>
|
|
||||||
<li>
|
<li>
|
||||||
<button type="submit" data-theme="b" data-icon="check" data-mini="true">
|
<button type="submit" data-theme="b" data-icon="check" data-mini="true">
|
||||||
${ButtonSave}
|
${ButtonSave}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue