minor dashboard cleanup
This commit is contained in:
parent
0f4e147e72
commit
c24735332f
29 changed files with 285 additions and 197 deletions
|
@ -10,7 +10,7 @@
|
|||
<div class="content-primary">
|
||||
<div data-role="controlgroup" data-type="horizontal" data-mini="true">
|
||||
<a href="plugins.html" data-role="button">Installed Plugins</a>
|
||||
<a href="plugincatalog.html" data-role="button" class="ui-btn-active">Plugin Catalog</a>
|
||||
<a href="plugincatalog.html" data-role="button" class="ui-btn-active">Catalog</a>
|
||||
<a href="pluginupdates.html" data-role="button">Updates</a>
|
||||
</div>
|
||||
<p style="margin: 2em 0;">
|
||||
|
@ -45,13 +45,13 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div data-role="popup" class="ui-content" id="freePlugins" style="max-width: 50%">
|
||||
<div data-role="popup" class="ui-content" id="freePlugins" style="max-width: 250px;">
|
||||
<a href="#" data-rel="back" data-role="button" data-theme="b" 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>
|
||||
</div>
|
||||
|
||||
<div data-role="popup" class="ui-content" id="supporterPlugins" style="max-width: 50%">
|
||||
<div data-role="popup" class="ui-content" id="supporterPlugins" style="max-width: 250px;">
|
||||
<a href="#" data-rel="back" data-role="button" data-theme="b" 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>
|
||||
|
@ -59,7 +59,7 @@
|
|||
<p>These plug-ins will appear in the catalog with a "Supporter" banner.</p>
|
||||
</div>
|
||||
|
||||
<div data-role="popup" class="ui-content" id="premiumPlugins" style="max-width: 50%">
|
||||
<div data-role="popup" class="ui-content" id="premiumPlugins" style="max-width: 250px;">
|
||||
<a href="#" data-rel="back" data-role="button" data-theme="b" 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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue