diff --git a/dashboard-ui/dashboard/librarydisplay.js b/dashboard-ui/dashboard/librarydisplay.js index d6150215fb..29b2fe1d7c 100644 --- a/dashboard-ui/dashboard/librarydisplay.js +++ b/dashboard-ui/dashboard/librarydisplay.js @@ -1,4 +1,4 @@ -define(['globalize'], function (globalize) { +define(['globalize', 'emby-checkbox', 'emby-button'], function (globalize) { function getTabs() { return [ diff --git a/dashboard-ui/librarydisplay.html b/dashboard-ui/librarydisplay.html index f29e22f1b5..72676b3e73 100644 --- a/dashboard-ui/librarydisplay.html +++ b/dashboard-ui/librarydisplay.html @@ -3,30 +3,37 @@
-
- ${OptionDisplayFolderView} -
${OptionDisplayFolderViewHelp}
+
+ +
${OptionDisplayFolderViewHelp}
-
-
- ${LabelDisplaySpecialsWithinSeasons} + +
+ +
${LabelGroupMoviesIntoCollectionsHelp}
-

-
- ${LabelGroupMoviesIntoCollections} -
${LabelGroupMoviesIntoCollectionsHelp}
-
-
-
- ${LabelDisplayCollectionsView} -
+
+ + +
${LabelDisplayCollectionsViewHelp}

-
diff --git a/dashboard-ui/scripts/site.js b/dashboard-ui/scripts/site.js index 29fe59c6b6..502eab06eb 100644 --- a/dashboard-ui/scripts/site.js +++ b/dashboard-ui/scripts/site.js @@ -2145,7 +2145,7 @@ var AppInfo = {}; defineRoute({ path: '/librarydisplay.html', - dependencies: ['emby-button', 'paper-checkbox'], + dependencies: [], autoFocus: false, roles: 'admin', controller: 'dashboard/librarydisplay'