mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
add Add to collection buttons
This commit is contained in:
parent
9b452f3b53
commit
218e086d94
19 changed files with 481 additions and 214 deletions
|
@ -14,6 +14,16 @@
|
|||
<a href="dashboardgeneral.html" data-role="button">${TabSettings}</a>
|
||||
</div>
|
||||
<div class="dashboardContent">
|
||||
<div class="supporterPromotion" style="display:none;">
|
||||
<a class="btn btnActionAccent" href="supporter.html">
|
||||
<div>
|
||||
${HeaderBecomeMediaBrowserSupporter}
|
||||
</div>
|
||||
<div style="font-weight:normal;font-size:90%;margin-top:5px;">
|
||||
${TextAccessPremiumFeatures}
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
<div class="ui-bar-a welcomeMessage" style="display: none; padding: 2em; border-radius: 10px; margin: 2em 0; font-weight: normal; max-width: 800px;">
|
||||
<h1 style="margin-top: 0;" class="tourHeader"></h1>
|
||||
<p>
|
||||
|
@ -131,7 +141,7 @@
|
|||
<div style="margin-top:1em;">
|
||||
<a href="http://mediabrowser.tv" target="_blank">Media Browser</a>
|
||||
<a href="http://mediabrowser.tv/community" target="_blank">${LinkCommunity}</a>
|
||||
<a href="https://github.com/MediaBrowser/MediaBrowser" target="_blank">${LinkGithub}</a>
|
||||
<a href="https://github.com/MediaBrowser" target="_blank">${LinkGithub}</a>
|
||||
<a href="../swagger-ui/index.html" target="_blank">${LinkApi}</a>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue