diff --git a/dashboard-ui/appservices.html b/dashboard-ui/appservices.html index cbbe17611..386f86354 100644 --- a/dashboard-ui/appservices.html +++ b/dashboard-ui/appservices.html @@ -32,7 +32,7 @@
";
}
- if (clientLowered == "media browser theater") {
+ if (clientLowered == "emby theater") {
return "
";
}
@@ -1288,7 +1282,7 @@ $(document).on('pagebeforeshow', "#dashboardPage", DashboardPage.onPageShow)
$('.tourButtonText', elem).html(Globalize.translate('ButtonTakeTheTourToSeeWhatsNew'));
} else {
-
+
$('.tourHeader', elem).html(Globalize.translate('HeaderWelcomeToProjectServerDashboard'));
$('.tourButtonText', elem).html(Globalize.translate('ButtonTakeTheTour'));
}
@@ -1338,4 +1332,26 @@ $(document).on('pagebeforeshow', "#dashboardPage", DashboardPage.onPageShow)
});
-})(jQuery, document, window);
\ No newline at end of file
+})(jQuery, document, window);
+
+(function () {
+
+ $(document).on('pagebeforeshow', ".type-interior", function () {
+
+ var page = this;
+
+ Dashboard.getPluginSecurityInfo().done(function (pluginSecurityInfo) {
+
+ if (!$('.staticSupporterPromotion', page).length) {
+ $('.supporterPromotion', page).remove();
+
+ if (!pluginSecurityInfo.IsMBSupporter) {
+ $('.content-primary', page).append('');
+ }
+ }
+
+ });
+
+ });
+
+})();
\ No newline at end of file
diff --git a/dashboard-ui/scripts/userparentalcontrol.js b/dashboard-ui/scripts/userparentalcontrol.js
index c1e54a3f6..c57f19e22 100644
--- a/dashboard-ui/scripts/userparentalcontrol.js
+++ b/dashboard-ui/scripts/userparentalcontrol.js
@@ -165,7 +165,7 @@
itemHtml += '' + getDisplayTime(a.StartHour) + ' - ' + getDisplayTime(a.EndHour) + '
'; itemHtml += ''; diff --git a/dashboard-ui/syncactivity.html b/dashboard-ui/syncactivity.html index 179fa9958..1b2f90b4b 100644 --- a/dashboard-ui/syncactivity.html +++ b/dashboard-ui/syncactivity.html @@ -20,7 +20,7 @@