mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Adjust popup position (still not working how I expect)
This commit is contained in:
parent
be55104bf6
commit
08aff9b017
1 changed files with 5 additions and 5 deletions
|
@ -17,8 +17,8 @@
|
||||||
<div style=" margin-bottom: 10px">
|
<div style=" margin-bottom: 10px">
|
||||||
<p><strong>These are all the plug-ins available for Media Browser - including ones for other components. </strong></p>
|
<p><strong>These are all the plug-ins available for Media Browser - including ones for other components. </strong></p>
|
||||||
<p><strong>You can view basic information, registration status (for premium plug-ins) and register all plug-ins here,
|
<p><strong>You can view basic information, registration status (for premium plug-ins) and register all plug-ins here,
|
||||||
but only server plug-ins can be installed. There are three types of plug-ins: <a data-rel="popup" href="#freePlugins">Free</a>,
|
but only server plug-ins can be installed. There are three types of plug-ins: <a data-rel="popup" data-position-to="origin" href="#freePlugins">Free</a>,
|
||||||
<a data-rel="popup" href="#supporterPlugins">Supporter-Only</a>, and <a data-rel="popup" href="#premiumPlugins">Premium</a>.</strong></p>
|
<a data-rel="popup" data-position-to="origin" href="#supporterPlugins">Supporter-Only</a>, and <a data-rel="popup" data-position-to="origin" href="#premiumPlugins">Premium</a>.</strong></p>
|
||||||
</div>
|
</div>
|
||||||
<div style="margin: .75em 0;">
|
<div style="margin: .75em 0;">
|
||||||
|
|
||||||
|
@ -55,19 +55,19 @@
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div data-role="popup" class="ui-content" id="freePlugins" data-theme="e" data-overlay-theme="a" data-position-to="window" style="max-width: 50%">
|
<div data-role="popup" class="ui-content" id="freePlugins" data-theme="e" data-overlay-theme="a" style="max-width: 50%">
|
||||||
<a href="#" data-rel="back" data-role="button" data-theme="a" data-icon="delete" data-iconpos="notext" class="ui-btn-right">Close</a>
|
<a href="#" data-rel="back" data-role="button" data-theme="a" data-icon="delete" data-iconpos="notext" class="ui-btn-right">Close</a>
|
||||||
<p>Free plug-ins can be installed and used by anyone for free. They will appear in the catalog without any banners.<p>
|
<p>Free plug-ins can be installed and used by anyone for free. They will appear in the catalog without any banners.<p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div data-role="popup" class="ui-content" id="supporterPlugins" data-theme="e" data-overlay-theme="a" data-position-to="window" style="max-width: 50%">
|
<div data-role="popup" class="ui-content" id="supporterPlugins" data-theme="e" data-overlay-theme="a" style="max-width: 50%">
|
||||||
<a href="#" data-rel="back" data-role="button" data-theme="a" data-icon="delete" data-iconpos="notext" class="ui-btn-right">Close</a>
|
<a href="#" data-rel="back" data-role="button" data-theme="a" data-icon="delete" data-iconpos="notext" class="ui-btn-right">Close</a>
|
||||||
<p>Supporter-Only plug-ins are free for anyone who is an <strong>MB3 Supporter</strong> (with a valid MB3 key who has donated the minimum amount to the overall project).</p>
|
<p>Supporter-Only plug-ins are free for anyone who is an <strong>MB3 Supporter</strong> (with a valid MB3 key who has donated the minimum amount to the overall project).</p>
|
||||||
<p>Anyone can install them and enjoy a free trial period of 14 days in most instances. The trial period may commence as soon as you install the plug-in.<p>
|
<p>Anyone can install them and enjoy a free trial period of 14 days in most instances. The trial period may commence as soon as you install the plug-in.<p>
|
||||||
<p>These plug-ins will appear in the catalog with a "Supporter" banner.</p>
|
<p>These plug-ins will appear in the catalog with a "Supporter" banner.</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div data-role="popup" class="ui-content" id="premiumPlugins" data-theme="e" data-overlay-theme="a" data-position-to="window" style="max-width: 50%">
|
<div data-role="popup" class="ui-content" id="premiumPlugins" data-theme="e" data-overlay-theme="a" style="max-width: 50%">
|
||||||
<a href="#" data-rel="back" data-role="button" data-theme="a" data-icon="delete" data-iconpos="notext" class="ui-btn-right">Close</a>
|
<a href="#" data-rel="back" data-role="button" data-theme="a" data-icon="delete" data-iconpos="notext" class="ui-btn-right">Close</a>
|
||||||
<p>Premium plug-ins are developed by third-parties and require that you be an <strong>MB3 Supporter <em>and</em> also register the plug-in with its creator.</strong>
|
<p>Premium plug-ins are developed by third-parties and require that you be an <strong>MB3 Supporter <em>and</em> also register the plug-in with its creator.</strong>
|
||||||
The cost of registering these plug-ins is set for each one by its creator and all revenues go to that person.</p>
|
The cost of registering these plug-ins is set for each one by its creator and all revenues go to that person.</p>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue