diff --git a/dashboard-ui/plugincatalog.html b/dashboard-ui/plugincatalog.html index 4d217ab87c..1189c3202d 100644 --- a/dashboard-ui/plugincatalog.html +++ b/dashboard-ui/plugincatalog.html @@ -14,29 +14,30 @@ Automatic Updates -
-

There are three types of plug-ins: Free, - Supporter-Only, and Premium.

+

+ Plugin types: Free, + Supporter-Only, and Premium. +

+ +
+
-
- -
- - -
- -
- - -
- +
+
+
+ + +
+ + +
No available plugins
@@ -46,28 +47,33 @@
- +
Close -

Free plug-ins can be installed and used by anyone for free. They will appear in the catalog without any banners.

+

+ Free plug-ins can be installed and used by anyone for free. They will appear in the catalog without any banners.

Close

Supporter-Only plug-ins are free for anyone who is an MB3 Supporter (with a valid MB3 key who has donated the minimum amount to the overall project).

-

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.

-

These plug-ins will appear in the catalog with a "Supporter" banner.

+

+ 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.

+

These plug-ins will appear in the catalog with a "Supporter" banner.

Close -

Premium plug-ins are developed by third-parties and require that you be an MB3 Supporter and also register the plug-in with its creator. - The cost of registering these plug-ins is set for each one by its creator and all revenues go to that person.

+

+ Premium plug-ins are developed by third-parties and require that you be an MB3 Supporter and also register the plug-in with its creator. + The cost of registering these plug-ins is set for each one by its creator and all revenues go to that person. +

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.

-

You should install premium plug-ins without registering them first to take advantage of this trial period. Then, if you find the functionality useful, +

+ You should install premium plug-ins without registering them first to take advantage of this trial period. Then, if you find the functionality useful, you can register it via its detail page here in the catalog. -

-

These plug-ins will appear in the catalog with a "Premium" banner.

+

+

These plug-ins will appear in the catalog with a "Premium" banner.

diff --git a/dashboard-ui/plugins.html b/dashboard-ui/plugins.html index f8f4872488..fc4ddd61d5 100644 --- a/dashboard-ui/plugins.html +++ b/dashboard-ui/plugins.html @@ -13,9 +13,7 @@ Plugin Catalog Automatic Updates -
-

Select a plug-in to configure it.

-
+
diff --git a/dashboard-ui/scripts/plugincatalogpage.js b/dashboard-ui/scripts/plugincatalogpage.js index 2f33205838..1c9a889d19 100644 --- a/dashboard-ui/scripts/plugincatalogpage.js +++ b/dashboard-ui/scripts/plugincatalogpage.js @@ -48,10 +48,10 @@ currentCategory = category; } - html += ""; + html += ""; if (plugin.thumbImage) { - html += '
'; + html += '
'; } else { html += '
'; }