diff --git a/dashboard-ui/about.html b/dashboard-ui/about.html index 07b14cd8b8..677888f227 100644 --- a/dashboard-ui/about.html +++ b/dashboard-ui/about.html @@ -13,7 +13,7 @@ General View Log Become a Supporter - Supporter Key + Supporter Key About

diff --git a/dashboard-ui/addplugin.html b/dashboard-ui/addplugin.html index 23a7941920..018995d21e 100644 --- a/dashboard-ui/addplugin.html +++ b/dashboard-ui/addplugin.html @@ -9,7 +9,7 @@

- Plugin Catalog + Plugin Catalog

diff --git a/dashboard-ui/advancedmetadata.html b/dashboard-ui/advancedmetadata.html index 6ea3d7e74b..9ba525af40 100644 --- a/dashboard-ui/advancedmetadata.html +++ b/dashboard-ui/advancedmetadata.html @@ -11,8 +11,8 @@
diff --git a/dashboard-ui/dashboard.html b/dashboard-ui/dashboard.html index 3e67503df9..40b51a4ca2 100644 --- a/dashboard-ui/dashboard.html +++ b/dashboard-ui/dashboard.html @@ -47,7 +47,7 @@

Running Tasks

-

Manage Scheduled Tasks

+

Manage Scheduled Tasks

diff --git a/dashboard-ui/edituser.html b/dashboard-ui/edituser.html index 85ae14132e..5a6a0695f4 100644 --- a/dashboard-ui/edituser.html +++ b/dashboard-ui/edituser.html @@ -10,8 +10,8 @@
diff --git a/dashboard-ui/library.html b/dashboard-ui/library.html index 9ba35b03ac..9b52ae4816 100644 --- a/dashboard-ui/library.html +++ b/dashboard-ui/library.html @@ -9,9 +9,9 @@
diff --git a/dashboard-ui/log.html b/dashboard-ui/log.html index 0cc5bbbf17..0b6287ef03 100644 --- a/dashboard-ui/log.html +++ b/dashboard-ui/log.html @@ -12,7 +12,7 @@ General View Log Become a Supporter - Supporter Key + Supporter Key About

diff --git a/dashboard-ui/metadata.html b/dashboard-ui/metadata.html index 15b2943e43..65a879c65d 100644 --- a/dashboard-ui/metadata.html +++ b/dashboard-ui/metadata.html @@ -11,8 +11,8 @@

diff --git a/dashboard-ui/metadataimages.html b/dashboard-ui/metadataimages.html index 41cf20616a..069ee0f5fc 100644 --- a/dashboard-ui/metadataimages.html +++ b/dashboard-ui/metadataimages.html @@ -11,8 +11,8 @@
diff --git a/dashboard-ui/plugincatalog.html b/dashboard-ui/plugincatalog.html index 1b5ad74286..ab37487777 100644 --- a/dashboard-ui/plugincatalog.html +++ b/dashboard-ui/plugincatalog.html @@ -10,8 +10,8 @@
diff --git a/dashboard-ui/plugins.html b/dashboard-ui/plugins.html index ee74ae3756..c423efc072 100644 --- a/dashboard-ui/plugins.html +++ b/dashboard-ui/plugins.html @@ -10,8 +10,8 @@
diff --git a/dashboard-ui/pluginupdates.html b/dashboard-ui/pluginupdates.html index ed5ba54b11..a0b661c2bb 100644 --- a/dashboard-ui/pluginupdates.html +++ b/dashboard-ui/pluginupdates.html @@ -10,8 +10,8 @@
diff --git a/dashboard-ui/scripts/edituserpage.js b/dashboard-ui/scripts/edituserpage.js index 0d362e5dea..b674d0b941 100644 --- a/dashboard-ui/scripts/edituserpage.js +++ b/dashboard-ui/scripts/edituserpage.js @@ -150,7 +150,7 @@ if (userId) { Dashboard.alert("Settings saved."); } else { - Dashboard.navigate("userProfiles.html"); + Dashboard.navigate("userprofiles.html"); } }, diff --git a/dashboard-ui/scripts/scheduledtaskspage.js b/dashboard-ui/scripts/scheduledtaskspage.js index 3be7ccc30e..297044f82c 100644 --- a/dashboard-ui/scripts/scheduledtaskspage.js +++ b/dashboard-ui/scripts/scheduledtaskspage.js @@ -92,7 +92,7 @@ html += "
  • "; - html += ""; + html += ""; html += "

    " + task.Name + "

    "; diff --git a/dashboard-ui/scripts/site.js b/dashboard-ui/scripts/site.js index 8915e744df..409e8a489f 100644 --- a/dashboard-ui/scripts/site.js +++ b/dashboard-ui/scripts/site.js @@ -434,7 +434,7 @@ var Dashboard = { var hasPrimaryImage = item.ImageTags && item.ImageTags.Primary; - var href = item.IsFolder ? (item.Id ? "itemList.html?parentId=" + item.Id : "#") : "itemDetails.html?id=" + item.Id; + var href = item.IsFolder ? (item.Id ? "itemlist.html?parentId=" + item.Id : "#") : "itemdetails.html?id=" + item.Id; var showText = options.showTitle || !hasPrimaryImage || (item.Type !== 'Movie' && item.Type !== 'Series' && item.Type !== 'Season' && item.Type !== 'Trailer'); @@ -539,7 +539,7 @@ var Dashboard = { html += ''; html += '

    '; - html += '

    '; + html += '

    '; html += '

    '; html += '
  • '; @@ -857,11 +857,11 @@ var Dashboard = { selected: page.hasClass("pluginConfigurationPage") }, { name: "User Profiles", - href: "userProfiles.html", + href: "userprofiles.html", selected: page.hasClass("userProfilesConfigurationPage") }, { name: "Display Settings", - href: "uiSettings.html", + href: "uisettings.html", selected: pageElem.id == "displaySettingsPage" }, { name: "Advanced", @@ -869,7 +869,7 @@ var Dashboard = { selected: pageElem.id == "advancedConfigurationPage" }, { name: "Scheduled Tasks", - href: "scheduledTasks.html", + href: "scheduledtasks.html", selected: pageElem.id == "scheduledTasksPage" || pageElem.id == "scheduledTaskPage" }, { name: "Help", diff --git a/dashboard-ui/scripts/supporterpage.js b/dashboard-ui/scripts/supporterpage.js index 77df261c50..2692f4eaf2 100644 --- a/dashboard-ui/scripts/supporterpage.js +++ b/dashboard-ui/scripts/supporterpage.js @@ -19,7 +19,7 @@ } else { $('.supporterOnly', page).hide(); } - $('#paypalReturnUrl', page).val(ApiClient.getUrl("dashboard/supporterKey.html")); + $('#paypalReturnUrl', page).val(ApiClient.getUrl("dashboard/supporterkey.html")); Dashboard.hideLoadingMsg(); }); } diff --git a/dashboard-ui/scripts/userprofilespage.js b/dashboard-ui/scripts/userprofilespage.js index c8a6f49d8a..57e6f7c747 100644 --- a/dashboard-ui/scripts/userprofilespage.js +++ b/dashboard-ui/scripts/userprofilespage.js @@ -22,7 +22,7 @@ html += "
  • "; - html += ""; + html += ""; if (user.PrimaryImageTag) { diff --git a/dashboard-ui/scripts/wizardstartpage.js b/dashboard-ui/scripts/wizardstartpage.js index 4d3dbfd198..344d4321b2 100644 --- a/dashboard-ui/scripts/wizardstartpage.js +++ b/dashboard-ui/scripts/wizardstartpage.js @@ -6,10 +6,10 @@ if (users.length > 1) { - Dashboard.navigate('wizardLibrary.html'); + Dashboard.navigate('wizardlibrary.html'); } else { - Dashboard.navigate('wizardUser.html'); + Dashboard.navigate('wizarduser.html'); } }); diff --git a/dashboard-ui/scripts/wizarduserpage.js b/dashboard-ui/scripts/wizarduserpage.js index a01654ae1a..617b052270 100644 --- a/dashboard-ui/scripts/wizarduserpage.js +++ b/dashboard-ui/scripts/wizarduserpage.js @@ -51,7 +51,7 @@ Dashboard.hideLoadingMsg(); - Dashboard.navigate('wizardLibrary.html'); + Dashboard.navigate('wizardlibrary.html'); } }; diff --git a/dashboard-ui/support.html b/dashboard-ui/support.html index 185ae01e61..a5c5057fff 100644 --- a/dashboard-ui/support.html +++ b/dashboard-ui/support.html @@ -13,7 +13,7 @@ General View Log Become a Supporter - Supporter Key + Supporter Key About
  • General Help

    diff --git a/dashboard-ui/supporter.html b/dashboard-ui/supporter.html index f45748211d..2e2f1eb7b7 100644 --- a/dashboard-ui/supporter.html +++ b/dashboard-ui/supporter.html @@ -13,7 +13,7 @@ General View Log Become a Supporter - Supporter Key + Supporter Key About

    Support the Media Browser Team

    diff --git a/dashboard-ui/supporterkey.html b/dashboard-ui/supporterkey.html index c81e9a3fe3..6db5ae4845 100644 --- a/dashboard-ui/supporterkey.html +++ b/dashboard-ui/supporterkey.html @@ -13,7 +13,7 @@ General View Log Become a Supporter - Supporter Key + Supporter Key About

    Supporter Key

    diff --git a/dashboard-ui/updatepassword.html b/dashboard-ui/updatepassword.html index 88306e3ede..708ff48a58 100644 --- a/dashboard-ui/updatepassword.html +++ b/dashboard-ui/updatepassword.html @@ -9,8 +9,8 @@
    diff --git a/dashboard-ui/userimage.html b/dashboard-ui/userimage.html index c28d2129ef..a2d02eed2d 100644 --- a/dashboard-ui/userimage.html +++ b/dashboard-ui/userimage.html @@ -9,9 +9,9 @@
    diff --git a/dashboard-ui/userprofiles.html b/dashboard-ui/userprofiles.html index d94cfd7cb5..4fb1204de3 100644 --- a/dashboard-ui/userprofiles.html +++ b/dashboard-ui/userprofiles.html @@ -10,7 +10,7 @@

    -

    diff --git a/dashboard-ui/wizardlibrary.html b/dashboard-ui/wizardlibrary.html index c07dd6b0c6..a6cc8a7fcf 100644 --- a/dashboard-ui/wizardlibrary.html +++ b/dashboard-ui/wizardlibrary.html @@ -50,7 +50,7 @@
    - +