From 1dfb16e5786f0a6049c1917583cab63db3f7cdb3 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Thu, 11 Apr 2013 08:49:14 -0400 Subject: [PATCH] hide queue button for now --- dashboard-ui/itemdetails.html | 23 +++++++++++------------ dashboard-ui/scripts/Itemdetailpage.js | 4 +--- dashboard-ui/tvseries.html | 18 ++++++++++++++++++ 3 files changed, 30 insertions(+), 15 deletions(-) diff --git a/dashboard-ui/itemdetails.html b/dashboard-ui/itemdetails.html index dead22fe6d..c6328058b4 100644 --- a/dashboard-ui/itemdetails.html +++ b/dashboard-ui/itemdetails.html @@ -20,13 +20,12 @@ - - +
-
+
@@ -64,7 +63,7 @@

Cast & Crew

-
+

Gallery

@@ -77,12 +76,12 @@
-
- -
+
+ +
diff --git a/dashboard-ui/scripts/Itemdetailpage.js b/dashboard-ui/scripts/Itemdetailpage.js index 974ad81302..a73ac29b89 100644 --- a/dashboard-ui/scripts/Itemdetailpage.js +++ b/dashboard-ui/scripts/Itemdetailpage.js @@ -38,13 +38,11 @@ if (MediaPlayer.canPlay(item)) { $('#btnPlayMenu', page).show(); $('#playButtonShadow', page).show(); - //$('#btnQueueMenu', page).show(); - //$('#queueButtonShadow', page).show(); + $('#btnQueueMenu', page).hide(); } else { $('#btnPlayMenu', page).hide(); $('#playButtonShadow', page).hide(); $('#btnQueueMenu', page).hide(); - $('#queueButtonShadow', page).hide(); } Dashboard.hideLoadingMsg(); diff --git a/dashboard-ui/tvseries.html b/dashboard-ui/tvseries.html index 37ca6ef7e2..4fc20975cd 100644 --- a/dashboard-ui/tvseries.html +++ b/dashboard-ui/tvseries.html @@ -7,6 +7,7 @@

TV Shows

+
@@ -39,6 +40,23 @@
+
+

Seasons

+
+
+
+

Trailers

+
+
+
+

Cast & Crew

+
+
+
+

Gallery

+
+
+