diff --git a/dashboard-ui/addPlugin.html b/dashboard-ui/addPlugin.html index 2244d5c147..9c48cbedfe 100644 --- a/dashboard-ui/addPlugin.html +++ b/dashboard-ui/addPlugin.html @@ -50,7 +50,7 @@ - + diff --git a/dashboard-ui/css/images/cloudNetwork.png b/dashboard-ui/css/images/cloudNetwork.png deleted file mode 100644 index 2f917c1a0b..0000000000 Binary files a/dashboard-ui/css/images/cloudNetwork.png and /dev/null differ diff --git a/dashboard-ui/css/images/currentUserDefaultBlack.png b/dashboard-ui/css/images/currentUserDefaultBlack.png deleted file mode 100644 index fff3f51a23..0000000000 Binary files a/dashboard-ui/css/images/currentUserDefaultBlack.png and /dev/null differ diff --git a/dashboard-ui/css/images/currentUserDefaultWhite.png b/dashboard-ui/css/images/currentUserDefaultWhite.png deleted file mode 100644 index acfa26e9de..0000000000 Binary files a/dashboard-ui/css/images/currentUserDefaultWhite.png and /dev/null differ diff --git a/dashboard-ui/css/images/itemDetails/audioDefault.png b/dashboard-ui/css/images/items/detail/audio.png similarity index 100% rename from dashboard-ui/css/images/itemDetails/audioDefault.png rename to dashboard-ui/css/images/items/detail/audio.png diff --git a/dashboard-ui/css/images/itemDetails/gameDefault.png b/dashboard-ui/css/images/items/detail/game.png similarity index 100% rename from dashboard-ui/css/images/itemDetails/gameDefault.png rename to dashboard-ui/css/images/items/detail/game.png diff --git a/dashboard-ui/css/images/itemDetails/videoDefault.png b/dashboard-ui/css/images/items/detail/video.png similarity index 100% rename from dashboard-ui/css/images/itemDetails/videoDefault.png rename to dashboard-ui/css/images/items/detail/video.png diff --git a/dashboard-ui/css/images/defaultCollectionImage.png b/dashboard-ui/css/images/items/list/collection.png similarity index 100% rename from dashboard-ui/css/images/defaultCollectionImage.png rename to dashboard-ui/css/images/items/list/collection.png diff --git a/dashboard-ui/css/images/movieFolder.png b/dashboard-ui/css/images/movieFolder.png deleted file mode 100644 index ac52cab359..0000000000 Binary files a/dashboard-ui/css/images/movieFolder.png and /dev/null differ diff --git a/dashboard-ui/css/images/donatepp.png b/dashboard-ui/css/images/supporter/donatepaypal.png similarity index 100% rename from dashboard-ui/css/images/donatepp.png rename to dashboard-ui/css/images/supporter/donatepaypal.png diff --git a/dashboard-ui/css/images/premiumflag.png b/dashboard-ui/css/images/supporter/premiumflag.png similarity index 100% rename from dashboard-ui/css/images/premiumflag.png rename to dashboard-ui/css/images/supporter/premiumflag.png diff --git a/dashboard-ui/css/images/registerpp.png b/dashboard-ui/css/images/supporter/registerpaypal.png similarity index 100% rename from dashboard-ui/css/images/registerpp.png rename to dashboard-ui/css/images/supporter/registerpaypal.png diff --git a/dashboard-ui/css/images/suppbadge.png b/dashboard-ui/css/images/supporter/supporterbadge.png similarity index 100% rename from dashboard-ui/css/images/suppbadge.png rename to dashboard-ui/css/images/supporter/supporterbadge.png diff --git a/dashboard-ui/css/images/supporterflag.png b/dashboard-ui/css/images/supporter/supporterflag.png similarity index 100% rename from dashboard-ui/css/images/supporterflag.png rename to dashboard-ui/css/images/supporter/supporterflag.png diff --git a/dashboard-ui/scripts/ItemDetailPage.js b/dashboard-ui/scripts/ItemDetailPage.js index 5956624af7..337797d04d 100644 --- a/dashboard-ui/scripts/ItemDetailPage.js +++ b/dashboard-ui/scripts/ItemDetailPage.js @@ -99,15 +99,15 @@ }); } else if (item.MediaType == "Audio") { - url = "css/images/itemDetails/audioDefault.png"; + url = "css/images/items/detail/audio.png"; useBackgroundColor = true; } else if (item.MediaType == "Game") { - url = "css/images/itemDetails/gameDefault.png"; + url = "css/images/items/detail/game.png"; useBackgroundColor = true; } else { - url = "css/images/itemDetails/videoDefault.png"; + url = "css/images/items/detail/video.png"; useBackgroundColor = true; } @@ -290,7 +290,7 @@ html += ''; } else { - html += ''; + html += ''; } html += '
' + chapter_name + '
'; diff --git a/dashboard-ui/scripts/PluginCatalogPage.js b/dashboard-ui/scripts/PluginCatalogPage.js index cde6be9d4e..f20cbbb097 100644 --- a/dashboard-ui/scripts/PluginCatalogPage.js +++ b/dashboard-ui/scripts/PluginCatalogPage.js @@ -43,14 +43,14 @@ if (plugin.thumbImage) { html += ""; } else { - html += ""; + html += ""; } if (plugin.isPremium) { if (plugin.price > 0) { - html += "
"; + html += "
"; } else { - html += "
"; + html += "
"; } } diff --git a/dashboard-ui/scripts/site.js b/dashboard-ui/scripts/site.js index 82f0f21d3f..466a38738a 100644 --- a/dashboard-ui/scripts/site.js +++ b/dashboard-ui/scripts/site.js @@ -460,7 +460,7 @@ var Dashboard = { tag: item.BackdropImageTags[0] }) + "' />"; } else { - html += ""; + html += ""; } if (showText) { @@ -750,7 +750,7 @@ var Dashboard = { Dashboard.getPluginSecurityInfo().done(function (pluginSecurityInfo) { if (pluginSecurityInfo.IsMBSupporter) { - $('').insertBefore('.btnTools', page); + $('').insertBefore('.btnTools', page); } }); }, diff --git a/dashboard-ui/supporter.html b/dashboard-ui/supporter.html index 3beb6e3b97..f45748211d 100644 --- a/dashboard-ui/supporter.html +++ b/dashboard-ui/supporter.html @@ -55,7 +55,7 @@ - +

This button is now live. Transactions will result in real money being transferred.

diff --git a/dashboard-ui/wizardLibrary.html b/dashboard-ui/wizardLibrary.html index 8d34287e95..c07dd6b0c6 100644 --- a/dashboard-ui/wizardLibrary.html +++ b/dashboard-ui/wizardLibrary.html @@ -10,7 +10,7 @@

- Media Library

+ Media Library

- Welcome to Media Browser Server!

+ Welcome to Media Browser Server!

This wizard will help guide you through the setup process.

diff --git a/dashboard-ui/wizardUser.html b/dashboard-ui/wizardUser.html index db49bcb6ff..f8f6d7d25e 100644 --- a/dashboard-ui/wizardUser.html +++ b/dashboard-ui/wizardUser.html @@ -11,7 +11,7 @@

- Tell Us About Yourself

+ Tell Us About Yourself

Media Browser includes built-in support for user profiles, enabling each user to have their own display settings, playstate and ratings.