From dba69cf2cdc2e29d586603354d3e1ff150ac5819 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Wed, 4 Sep 2013 15:16:41 -0400 Subject: [PATCH] startup wizard text changes --- dashboard-ui/library.html | 4 ++-- dashboard-ui/scripts/medialibrarypage.js | 4 ++++ dashboard-ui/wizardlibrary.html | 6 +++--- dashboard-ui/wizarduser.html | 2 +- 4 files changed, 10 insertions(+), 6 deletions(-) diff --git a/dashboard-ui/library.html b/dashboard-ui/library.html index 706d0ee862..ce912120e8 100644 --- a/dashboard-ui/library.html +++ b/dashboard-ui/library.html @@ -53,10 +53,10 @@

-

+

Anything unlisted should be classified as general or mixed content.

-

+

* Requires the use of a plugin, e.g. GameBrowser or MB Photos.

diff --git a/dashboard-ui/scripts/medialibrarypage.js b/dashboard-ui/scripts/medialibrarypage.js index 83f1fec2e9..6b795dc53c 100644 --- a/dashboard-ui/scripts/medialibrarypage.js +++ b/dashboard-ui/scripts/medialibrarypage.js @@ -143,6 +143,8 @@ addVirtualFolder: function () { + $('.collectionTypeFieldDescription').show(); + MediaLibraryPage.getTextValue("Add Media Collection", "Name (Movies, Music, TV, etc):", "", true, function (name, type) { var userId = getParameterByName("userId"); @@ -259,6 +261,8 @@ MediaLibraryPage.lastVirtualFolderName = virtualFolder.Name; + $('.collectionTypeFieldDescription').hide(); + MediaLibraryPage.getTextValue(virtualFolder.Name, "Rename " + virtualFolder.Name, virtualFolder.Name, false, function (newName) { if (virtualFolder.Name != newName) { diff --git a/dashboard-ui/wizardlibrary.html b/dashboard-ui/wizardlibrary.html index 76b1953f15..901d0ea7b8 100644 --- a/dashboard-ui/wizardlibrary.html +++ b/dashboard-ui/wizardlibrary.html @@ -10,7 +10,7 @@

- Media Library

+ Setup your media library -

+

Anything unlisted should be classified as general or mixed content.

-

+

* Requires the use of a plugin, e.g. GameBrowser or MB Photos.

diff --git a/dashboard-ui/wizarduser.html b/dashboard-ui/wizarduser.html index f8f6d7d25e..5a1ae10268 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.