diff --git a/dashboard-ui/components/imageeditor/imageeditor.js b/dashboard-ui/components/imageeditor/imageeditor.js
index b6b8a1d725..47300373d6 100644
--- a/dashboard-ui/components/imageeditor/imageeditor.js
+++ b/dashboard-ui/components/imageeditor/imageeditor.js
@@ -291,7 +291,7 @@
html += '
';
+ html += '
';
html += Globalize.translateDocument(template);
html += '
';
diff --git a/dashboard-ui/components/imageuploader/imageuploader.js b/dashboard-ui/components/imageuploader/imageuploader.js
index 9c07e96db8..a5744b30e3 100644
--- a/dashboard-ui/components/imageuploader/imageuploader.js
+++ b/dashboard-ui/components/imageuploader/imageuploader.js
@@ -153,7 +153,7 @@
html += '
' + Globalize.translate('HeaderUploadImage') + '
';
html += '';
- html += '
';
+ html += '
';
html += Globalize.translateDocument(template);
html += '
';
diff --git a/dashboard-ui/scripts/plugincatalogpage.js b/dashboard-ui/scripts/plugincatalogpage.js
index 18920e3152..b7f3ebd420 100644
--- a/dashboard-ui/scripts/plugincatalogpage.js
+++ b/dashboard-ui/scripts/plugincatalogpage.js
@@ -129,6 +129,11 @@
var hasOpenTag = false;
+ if (options.showCategory === false) {
+ html += '
';
+ hasOpenTag = true;
+ }
+
for (i = 0, length = availablePlugins.length; i < length; i++) {
plugin = availablePlugins[i];
diff --git a/dashboard-ui/scripts/registrationservices.js b/dashboard-ui/scripts/registrationservices.js
index 03dc03a130..1ec9290571 100644
--- a/dashboard-ui/scripts/registrationservices.js
+++ b/dashboard-ui/scripts/registrationservices.js
@@ -106,7 +106,7 @@
html += '
';
html += '';
- html += '
';
+ html += '
';
html += '
' + Globalize.translate('HeaderTryEmbyPremiere') + '
';
diff --git a/dashboard-ui/scripts/userprofilespage.js b/dashboard-ui/scripts/userprofilespage.js
index 0daf15112d..1f0c27d576 100644
--- a/dashboard-ui/scripts/userprofilespage.js
+++ b/dashboard-ui/scripts/userprofilespage.js
@@ -122,7 +122,9 @@
html += '
';
if (user.ConnectUserId && addConnectIndicator) {
- html += '
cloud
';
+ html += '
';
+ html += '
cloud
';
+ html += "
";
}
html += "
";