mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix web client context arrow
This commit is contained in:
parent
a26e99cf5d
commit
e36c4be5f7
8 changed files with 11 additions and 10 deletions
|
@ -25,12 +25,12 @@
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<input type="checkbox" id="chkCreateMissingEpisodes" name="chkCreateMissingEpisodes" />
|
<input type="checkbox" id="chkCreateMissingEpisodes" name="chkCreateMissingEpisodes" />
|
||||||
<label for="chkCreateMissingEpisodes">Import missing epsiodes</label>
|
<label for="chkCreateMissingEpisodes">Import missing episodes</label>
|
||||||
<div class="fieldDescription">Display missing episodes as part of your library.</div>
|
<div class="fieldDescription">Display missing episodes as part of your library.</div>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<input type="checkbox" id="chkCreateFutureEpisodes" name="chkCreateFutureEpisodes" />
|
<input type="checkbox" id="chkCreateFutureEpisodes" name="chkCreateFutureEpisodes" />
|
||||||
<label for="chkCreateFutureEpisodes">Import future epsiodes</label>
|
<label for="chkCreateFutureEpisodes">Import future episodes</label>
|
||||||
<div class="fieldDescription">Display future episodes as part of your library. Automatic Tvdb updates are recommended to stay up to date with new metadata.</div>
|
<div class="fieldDescription">Display future episodes as part of your library. Automatic Tvdb updates are recommended to stay up to date with new metadata.</div>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
|
|
|
@ -2092,7 +2092,8 @@
|
||||||
|
|
||||||
var selectedCssClass = ' selectedViewLink';
|
var selectedCssClass = ' selectedViewLink';
|
||||||
var selectedHtml = "<span class='selectedViewIndicator'>▶</span>";
|
var selectedHtml = "<span class='selectedViewIndicator'>▶</span>";
|
||||||
var view = page.getAttribute('data-view');
|
|
||||||
|
var view = page.getAttribute('data-view') || getParameterByName('context');
|
||||||
|
|
||||||
if (counts.MovieCount || counts.TrailerCount) {
|
if (counts.MovieCount || counts.TrailerCount) {
|
||||||
|
|
||||||
|
@ -2102,7 +2103,7 @@
|
||||||
|
|
||||||
if (counts.EpisodeCount || counts.SeriesCount) {
|
if (counts.EpisodeCount || counts.SeriesCount) {
|
||||||
html += '<a class="viewMenuLink viewMenuImageLink" href="tvrecommended.html" title="TV"><img src="css/images/views/tvshows.png" alt="TV" /></a>';
|
html += '<a class="viewMenuLink viewMenuImageLink" href="tvrecommended.html" title="TV"><img src="css/images/views/tvshows.png" alt="TV" /></a>';
|
||||||
html += '<a class="viewMenuLink viewMenuTextLink' + (view == 'tvshows' ? selectedCssClass : '') + '" href="tvrecommended.html">' + (view == 'tvshows' ? selectedHtml : '') + '<span class="viewName">TV</span></a>';
|
html += '<a class="viewMenuLink viewMenuTextLink' + (view == 'tv' ? selectedCssClass : '') + '" href="tvrecommended.html">' + (view == 'tv' ? selectedHtml : '') + '<span class="viewName">TV</span></a>';
|
||||||
}
|
}
|
||||||
|
|
||||||
if (counts.SongCount || counts.MusicVideoCount) {
|
if (counts.SongCount || counts.MusicVideoCount) {
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<title>Media Browser</title>
|
<title>Media Browser</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="tvGenresPage" data-role="page" class="page libraryPage" data-theme="a" data-view="tvshows">
|
<div id="tvGenresPage" data-role="page" class="page libraryPage" data-theme="a" data-view="tv">
|
||||||
<div class="libraryViewNav">
|
<div class="libraryViewNav">
|
||||||
<a href="tvrecommended.html">Suggested</a>
|
<a href="tvrecommended.html">Suggested</a>
|
||||||
<a href="tvnextup.html">Next up</a>
|
<a href="tvnextup.html">Next up</a>
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<title>Media Browser</title>
|
<title>Media Browser</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="tvNextUpPage" data-role="page" class="page libraryPage" data-theme="a" data-view="tvshows">
|
<div id="tvNextUpPage" data-role="page" class="page libraryPage" data-theme="a" data-view="tv">
|
||||||
<div class="libraryViewNav">
|
<div class="libraryViewNav">
|
||||||
<a href="tvrecommended.html">Suggested</a>
|
<a href="tvrecommended.html">Suggested</a>
|
||||||
<a href="tvnextup.html" class="ui-btn-active">Next up</a>
|
<a href="tvnextup.html" class="ui-btn-active">Next up</a>
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<title>Media Browser</title>
|
<title>Media Browser</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="tvPeoplePage" data-role="page" class="page libraryPage" data-theme="a" data-view="tvshows">
|
<div id="tvPeoplePage" data-role="page" class="page libraryPage" data-theme="a" data-view="tv">
|
||||||
<div class="libraryViewNav">
|
<div class="libraryViewNav">
|
||||||
<a href="tvrecommended.html">Suggested</a>
|
<a href="tvrecommended.html">Suggested</a>
|
||||||
<a href="tvnextup.html">Next up</a>
|
<a href="tvnextup.html">Next up</a>
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<title>Media Browser</title>
|
<title>Media Browser</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="tvRecommendedPage" data-role="page" class="page libraryPage" data-theme="a" data-view="tvshows">
|
<div id="tvRecommendedPage" data-role="page" class="page libraryPage" data-theme="a" data-view="tv">
|
||||||
<div class="libraryViewNav">
|
<div class="libraryViewNav">
|
||||||
<a href="tvrecommended.html" class="ui-btn-active">Suggested</a>
|
<a href="tvrecommended.html" class="ui-btn-active">Suggested</a>
|
||||||
<a href="tvnextup.html">Next up</a>
|
<a href="tvnextup.html">Next up</a>
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<title>Media Browser</title>
|
<title>Media Browser</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="tvShowsPage" data-role="page" class="page libraryPage" data-theme="a" data-view="tvshows">
|
<div id="tvShowsPage" data-role="page" class="page libraryPage" data-theme="a" data-view="tv">
|
||||||
<div class="libraryViewNav">
|
<div class="libraryViewNav">
|
||||||
<a href="tvrecommended.html">Suggested</a>
|
<a href="tvrecommended.html">Suggested</a>
|
||||||
<a href="tvnextup.html">Next up</a>
|
<a href="tvnextup.html">Next up</a>
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<title>Media Browser</title>
|
<title>Media Browser</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="tvStudiosPage" data-role="page" class="page libraryPage" data-theme="a" data-view="tvshows">
|
<div id="tvStudiosPage" data-role="page" class="page libraryPage" data-theme="a" data-view="tv">
|
||||||
<div class="libraryViewNav">
|
<div class="libraryViewNav">
|
||||||
<a href="tvrecommended.html">Suggested</a>
|
<a href="tvrecommended.html">Suggested</a>
|
||||||
<a href="tvnextup.html">Next up</a>
|
<a href="tvnextup.html">Next up</a>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue