mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix sync container statuses
This commit is contained in:
parent
f4473116d1
commit
c32aa0dab1
23 changed files with 139 additions and 110 deletions
|
@ -1,4 +1,4 @@
|
|||
<div id="cinemaModeConfigurationPage" data-role="page" class="page type-interior playbackConfigurationPage withTabs" data-helpurl="https://github.com/MediaBrowser/Wiki/wiki/Cinema-Mode" data-require="dashboard/cinemamodeconfiguration,paper-checkbox,emby-input,emby-button">
|
||||
<div id="cinemaModeConfigurationPage" data-role="page" class="page type-interior playbackConfigurationPage withTabs" data-helpurl="https://github.com/MediaBrowser/Wiki/wiki/Cinema-Mode" data-require="dashboard/cinemamodeconfiguration,emby-checkbox,emby-input,emby-button">
|
||||
|
||||
<div data-role="content">
|
||||
<div class="content-primary">
|
||||
|
@ -7,47 +7,67 @@
|
|||
|
||||
<p>${CinemaModeConfigurationHelp}</p>
|
||||
<div style="margin-top: 2em;">
|
||||
<div class="paperListLabel">${LabelEnableCinemaModeFor}</div>
|
||||
<div class="paperCheckboxList">
|
||||
<paper-checkbox class="chkMovies">${OptionMovies}</paper-checkbox>
|
||||
<paper-checkbox class="chkEpisodes">${OptionEpisodes}</paper-checkbox>
|
||||
<h3 class="checkboxListLabel">${LabelEnableCinemaModeFor}</h3>
|
||||
<div class="paperList checkboxList-paperList">
|
||||
<label>
|
||||
<input is="emby-checkbox" type="checkbox" class="chkMovies" />
|
||||
<span>${OptionMovies}</span>
|
||||
</label>
|
||||
<label>
|
||||
<input is="emby-checkbox" type="checkbox" class="chkEpisodes" />
|
||||
<span>${OptionEpisodes}</span>
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
<br />
|
||||
<div>
|
||||
<div class="paperListLabel">${LabelSelectInternetTrailersForCinemaMode}</div>
|
||||
<div class="paperCheckboxList">
|
||||
<paper-checkbox class="chkUpcomingTheaterTrailers">${OptionUpcomingMoviesInTheaters}</paper-checkbox>
|
||||
<paper-checkbox class="chkUpcomingDvdTrailers">${OptionUpcomingDvdMovies}</paper-checkbox>
|
||||
<paper-checkbox class="chkUpcomingStreamingTrailers">${OptionUpcomingStreamingMovies}</paper-checkbox>
|
||||
<paper-checkbox class="chkOtherTrailers">${OptionOtherTrailers}</paper-checkbox>
|
||||
<h3 class="checkboxListLabel">${LabelSelectInternetTrailersForCinemaMode}</h3>
|
||||
<div class="paperList checkboxList-paperList">
|
||||
<label>
|
||||
<input is="emby-checkbox" type="checkbox" class="chkUpcomingTheaterTrailers" />
|
||||
<span>${OptionUpcomingMoviesInTheaters}</span>
|
||||
</label>
|
||||
<label>
|
||||
<input is="emby-checkbox" type="checkbox" class="chkUpcomingDvdTrailers" />
|
||||
<span>${OptionUpcomingDvdMovies}</span>
|
||||
</label>
|
||||
<label>
|
||||
<input is="emby-checkbox" type="checkbox" class="chkUpcomingStreamingTrailers" />
|
||||
<span>${OptionUpcomingStreamingMovies}</span>
|
||||
</label>
|
||||
<label>
|
||||
<input is="emby-checkbox" type="checkbox" class="chkOtherTrailers" />
|
||||
<span>${OptionOtherTrailers}</span>
|
||||
</label>
|
||||
</div>
|
||||
<div class="fieldDescription paperCheckboxFieldDescription"><a class="lnkSupporterLearnMore" href="http://emby.media/premiere" target="_blank">${LabelTheseFeaturesRequireSubscriptionHelpAndTrailers}</a></div>
|
||||
<div class="fieldDescription"><a class="lnkSupporterLearnMore" href="http://emby.media/premiere" target="_blank">${LabelTheseFeaturesRequireSubscriptionHelpAndTrailers}</a></div>
|
||||
</div>
|
||||
<br />
|
||||
<div>
|
||||
<paper-checkbox class="chkMyMovieTrailers">${OptionTrailersFromMyMovies}</paper-checkbox>
|
||||
<div class="fieldDescription paperCheckboxFieldDescription">${OptionTrailersFromMyMoviesHelp}</div>
|
||||
<div class="fieldDescription paperCheckboxFieldDescription">
|
||||
<br /><br />
|
||||
<div class="checkboxContainer checkboxContainer-withDescription">
|
||||
<label>
|
||||
<input is="emby-checkbox" type="checkbox" class="chkMyMovieTrailers" />
|
||||
<span>${OptionTrailersFromMyMovies}</span>
|
||||
</label>
|
||||
<div class="fieldDescription checkboxFieldDescription">${OptionTrailersFromMyMoviesHelp}</div>
|
||||
<div class="fieldDescription checkboxFieldDescription">
|
||||
<a href="http://emby.media/community/index.php?/topic/674-media-files-folders-structure/" target="_blank">${ButtonLearnMore}</a>
|
||||
</div>
|
||||
</div>
|
||||
<br />
|
||||
<br />
|
||||
<div class="inputContainer">
|
||||
<input is="emby-input" type="number" id="txtNumTrailers" min="1" max="10" step="1" label="${LabelNumberTrailerToPlay}" />
|
||||
</div>
|
||||
<br />
|
||||
<div>
|
||||
<paper-checkbox class="chkEnableParentalControl">${LabelEnableIntroParentalControl}</paper-checkbox>
|
||||
<div class="fieldDescription paperCheckboxFieldDescription">${LabelEnableIntroParentalControlHelp}</div>
|
||||
<div class="checkboxContainer checkboxContainer-withDescription">
|
||||
<label>
|
||||
<input is="emby-checkbox" type="checkbox" class="chkEnableParentalControl" />
|
||||
<span>${LabelEnableIntroParentalControl}</span>
|
||||
</label>
|
||||
<div class="fieldDescription checkboxFieldDescription">${LabelEnableIntroParentalControlHelp}</div>
|
||||
</div>
|
||||
<br />
|
||||
<div>
|
||||
<paper-checkbox class="chkUnwatchedOnly">${LabelLimitIntrosToUnwatchedContent}</paper-checkbox>
|
||||
</div>
|
||||
<br />
|
||||
<br />
|
||||
<label class="checkboxContainer">
|
||||
<input is="emby-checkbox" type="checkbox" class="chkUnwatchedOnly" />
|
||||
<span>${LabelLimitIntrosToUnwatchedContent}</span>
|
||||
</label>
|
||||
<div class="inputContainer">
|
||||
<div style="display: flex; align-items: center;">
|
||||
<div style="flex-grow:1;">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue