diff --git a/dashboard-ui/css/images/supporter/nonsupporterbadge.png b/dashboard-ui/css/images/supporter/nonsupporterbadge.png new file mode 100644 index 0000000000..caa9797335 Binary files /dev/null and b/dashboard-ui/css/images/supporter/nonsupporterbadge.png differ diff --git a/dashboard-ui/css/site.css b/dashboard-ui/css/site.css index d5bd11dc57..5a4a1e009c 100644 --- a/dashboard-ui/css/site.css +++ b/dashboard-ui/css/site.css @@ -151,7 +151,7 @@ pre, textarea.pre { vertical-align: middle; } -.imageLink.supporter { +.imageLink.supporterIcon { display: none; } @@ -282,7 +282,7 @@ form, .readOnlyContent { height: 50px; } - .imageLink.supporter { + .imageLink.supporterIcon { display: inline-block; } diff --git a/dashboard-ui/scripts/Itemdetailpage.js b/dashboard-ui/scripts/Itemdetailpage.js index 922acc3cf1..fa5d56dcba 100644 --- a/dashboard-ui/scripts/Itemdetailpage.js +++ b/dashboard-ui/scripts/Itemdetailpage.js @@ -526,6 +526,8 @@ $('#themeSongsCollapsible', page).show(); $('#themeSongsContent', page).html(LibraryBrowser.getSongTableHtml(result.Items, { showArtist: true, showAlbum: true })).trigger('create'); + } else { + $('#themeSongsCollapsible', page).hide(); } }); @@ -539,6 +541,8 @@ $('#themeVideosCollapsible', page).show(); $('#themeVideosContent', page).html(getVideosHtml(result.Items)).trigger('create'); + } else { + $('#themeVideosCollapsible', page).hide(); } }); diff --git a/dashboard-ui/scripts/site.js b/dashboard-ui/scripts/site.js index 3c948c8f9f..8e6e36c9dd 100644 --- a/dashboard-ui/scripts/site.js +++ b/dashboard-ui/scripts/site.js @@ -477,7 +477,7 @@ var Dashboard = { options = options || {}; options.header = options.header || "Select Media Path"; - options.instruction = options.instruction || "Any path will do, but network paths (UNC) will allow clients direct file playback when possible. For optimal playback of bluray and dvd folders, unc paths are recommended."; + options.instruction = options.instruction || "Any path will do, but network paths (UNC) allow clients direct file playback when possible. For optimal playback of bluray and dvd folders, network paths are recommended."; var html = '
By becoming a Media Browser Supporter, you ensure the continued development and support of this product and open up a whole new world of premium plug-ins.
-+
A portion of all MB3 Supporter donations is also contributed to some of our metadata providers (The Movie Db, The TVdb, and FanArt.tv)
-+
Premium plug-ins can be installed and used for their trial periods (14 days on any particular machine) but, to register them for use beyond that period, you also have to be a Media Browser Supporter.
- -