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;
|
||||
min-height: 100px;
|
||||
border-bottom-right-radius: 5px;
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
|
||||
.itemDetailPage .desktopLibraryMenu {
|
||||
|
|
|
@ -36,7 +36,10 @@
|
|||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<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" />
|
||||
|
@ -53,6 +56,11 @@
|
|||
<label for="chkEnableTvdbUpdates">${LabelAutomaticUpdatesTvdb}</label>
|
||||
<div class="fieldDescription">${LabelAutomaticUpdatesTvdbHelp}</div>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<br />
|
||||
<ul data-role="listview" class="ulForm">
|
||||
<li>
|
||||
<button type="submit" data-theme="b" data-icon="check" data-mini="true">
|
||||
${ButtonSave}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue