mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix more buttons in firefox
This commit is contained in:
parent
4fdb2a3500
commit
bbe70b8d3b
131 changed files with 378 additions and 296 deletions
|
@ -44,14 +44,14 @@
|
|||
|
||||
<p>${MessagePluginRequiresSubscription}</p>
|
||||
|
||||
<p><a href="http://emby.media/premiere" target="_blank">${LinkLearnMoreAboutSubscription}</a></p>
|
||||
<p><a is="emby-linkbutton" class="button-link" href="http://emby.media/premiere" target="_blank">${LinkLearnMoreAboutSubscription}</a></p>
|
||||
|
||||
</div>
|
||||
<div class="premiumDescription">
|
||||
|
||||
<p>${MessagePremiumPluginRequiresMembership}</p>
|
||||
|
||||
<p><a href="http://emby.media/premiere" target="_blank">${LinkLearnMoreAboutSubscription}</a></p>
|
||||
<p><a is="emby-linkbutton" class="button-link" href="http://emby.media/premiere" target="_blank">${LinkLearnMoreAboutSubscription}</a></p>
|
||||
</div>
|
||||
<div class="premiumHasPrice" style="display: none">
|
||||
<p id="regPrice">
|
||||
|
@ -81,7 +81,7 @@
|
|||
<div class="collapseContent">
|
||||
<p id="developer"></p>
|
||||
<p id="pViewWebsite" style="display: none;">
|
||||
<a href="#" data-rel="external" target="_blank">${ButtonViewWebsite}</a>
|
||||
<a is="emby-linkbutton" class="button-link" href="#" target="_blank">${ButtonViewWebsite}</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue