diff --git a/dashboard-ui/css/librarybrowser.css b/dashboard-ui/css/librarybrowser.css index 46688d53ad..b5292fb7a0 100644 --- a/dashboard-ui/css/librarybrowser.css +++ b/dashboard-ui/css/librarybrowser.css @@ -402,8 +402,8 @@ a.itemTag:hover { } .lnkSibling { - position: absolute; - top: 0; + position: fixed; + top: 105px; text-decoration: none; font-weight: normal!important; display: none; diff --git a/dashboard-ui/mypreferencesdisplay.html b/dashboard-ui/mypreferencesdisplay.html index 798c58202f..f0ecc4be8c 100644 --- a/dashboard-ui/mypreferencesdisplay.html +++ b/dashboard-ui/mypreferencesdisplay.html @@ -23,6 +23,12 @@
${LabelSelectFolderGroupsHelp}
+
+ +
+ + +

@@ -30,6 +36,7 @@
${LabelGroupChannelsIntoViewsHelp}
+

diff --git a/dashboard-ui/scripts/gamegenrepage.js b/dashboard-ui/scripts/gamegenrepage.js index a95fab7096..b02d2efc57 100644 --- a/dashboard-ui/scripts/gamegenrepage.js +++ b/dashboard-ui/scripts/gamegenrepage.js @@ -36,12 +36,13 @@ preferThumb: true, context: 'games', showItemCounts: true, - centerText: true + centerText: true, + lazy: true }); html += LibraryBrowser.getPagingHtml(query, result.TotalRecordCount); - $('#items', page).html(html).trigger('create'); + $('#items', page).html(html).trigger('create').createPosterItemMenus(); $('.btnNextPage', page).on('click', function () { query.StartIndex += query.Limit; diff --git a/dashboard-ui/scripts/gamesrecommendedpage.js b/dashboard-ui/scripts/gamesrecommendedpage.js index 17cadd47ef..242d1c7e09 100644 --- a/dashboard-ui/scripts/gamesrecommendedpage.js +++ b/dashboard-ui/scripts/gamesrecommendedpage.js @@ -23,8 +23,10 @@ items: result.Items, transparent: true, borderless: true, - shape: 'auto' - })); + shape: 'auto', + lazy: true + + })).trigger('create').createPosterItemMenus(); }); @@ -52,8 +54,10 @@ items: result.Items, transparent: true, borderless: true, - shape: 'auto' - })); + shape: 'auto', + lazy: true + + })).trigger('create').createPosterItemMenus(); }); diff --git a/dashboard-ui/scripts/gamestudiospage.js b/dashboard-ui/scripts/gamestudiospage.js index 6dbb1a4fb8..e4a20d226a 100644 --- a/dashboard-ui/scripts/gamestudiospage.js +++ b/dashboard-ui/scripts/gamestudiospage.js @@ -37,12 +37,14 @@ preferThumb: true, context: 'games', showItemCounts: true, - centerText: true + centerText: true, + lazy: true + }); html += LibraryBrowser.getPagingHtml(query, result.TotalRecordCount); - $('#items', page).html(html).trigger('create'); + $('#items', page).html(html).trigger('create').createPosterItemMenus(); $('.btnNextPage', page).on('click', function () { query.StartIndex += query.Limit; diff --git a/dashboard-ui/scripts/gamesystemspage.js b/dashboard-ui/scripts/gamesystemspage.js index 10fcad96d9..a7589d7871 100644 --- a/dashboard-ui/scripts/gamesystemspage.js +++ b/dashboard-ui/scripts/gamesystemspage.js @@ -34,12 +34,14 @@ shape: "backdrop", context: 'games', showTitle: true, - centerText: true + centerText: true, + lazy: true + }); html += LibraryBrowser.getPagingHtml(query, result.TotalRecordCount); - $('#items', page).html(html).trigger('create'); + $('#items', page).html(html).trigger('create').createPosterItemMenus(); $('.btnNextPage', page).on('click', function () { query.StartIndex += query.Limit; diff --git a/dashboard-ui/scripts/indexpage.js b/dashboard-ui/scripts/indexpage.js index 3866bf9aa8..e877bf08a8 100644 --- a/dashboard-ui/scripts/indexpage.js +++ b/dashboard-ui/scripts/indexpage.js @@ -188,7 +188,6 @@ shape: 'autosmall', showTitle: true, centerText: true, - context: 'home', lazy: true }); html += ''; @@ -220,7 +219,8 @@ showTitle: true, centerText: true, lazy: true, - preferThumb: true + preferThumb: true, + context: 'home' }); html += ''; } diff --git a/dashboard-ui/scripts/librarybrowser.js b/dashboard-ui/scripts/librarybrowser.js index 441265e0db..06d7ed5edd 100644 --- a/dashboard-ui/scripts/librarybrowser.js +++ b/dashboard-ui/scripts/librarybrowser.js @@ -300,7 +300,7 @@ $('.playFlyout').popup("close").remove(); - var html = '
'; + var html = '
'; html += '