From efecb676cbd1d33d2e49b435c0c57e82e3fd20c9 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Sat, 11 Jun 2016 12:34:00 -0400 Subject: [PATCH] fix external id fields --- .../metadataeditor/metadataeditor.js | 4 + .../metadataeditor.template.html | 52 +++--- dashboard-ui/css/librarybrowser.css | 4 - dashboard-ui/mypreferenceshome.html | 166 +++++++++--------- dashboard-ui/userpassword.html | 62 +++---- 5 files changed, 134 insertions(+), 154 deletions(-) diff --git a/dashboard-ui/components/metadataeditor/metadataeditor.js b/dashboard-ui/components/metadataeditor/metadataeditor.js index 72db3d1d6e..3f325c065f 100644 --- a/dashboard-ui/components/metadataeditor/metadataeditor.js +++ b/dashboard-ui/components/metadataeditor/metadataeditor.js @@ -510,14 +510,18 @@ var labelText = Globalize.translate('LabelDynamicExternalId').replace('{0}', idInfo.Name); html += '
'; + html += '
'; var value = providerIds[idInfo.Key] || ''; + html += '
'; html += ''; + html += '
'; if (formatString) { html += ''; } + html += '
'; html += '
'; } diff --git a/dashboard-ui/components/metadataeditor/metadataeditor.template.html b/dashboard-ui/components/metadataeditor/metadataeditor.template.html index 36ae8c9ef0..3674de94b2 100644 --- a/dashboard-ui/components/metadataeditor/metadataeditor.template.html +++ b/dashboard-ui/components/metadataeditor/metadataeditor.template.html @@ -172,16 +172,14 @@

${HeaderAlternateEpisodeNumbers}

-
-
- -
-
- -
-
- -
+
+ +
+
+ +
+
+
@@ -189,16 +187,14 @@

${HeaderSpecialEpisodeInfo}

-
-
- -
-
- -
-
- -
+
+ +
+
+ +
+
+
@@ -206,9 +202,7 @@

${HeaderExternalIds}

-
-
-
+
@@ -216,13 +210,11 @@

${HeaderDisplaySettings}

-
- -
- -
+ +
+
diff --git a/dashboard-ui/css/librarybrowser.css b/dashboard-ui/css/librarybrowser.css index 23e32e9ea5..ef7e2e41ae 100644 --- a/dashboard-ui/css/librarybrowser.css +++ b/dashboard-ui/css/librarybrowser.css @@ -1246,10 +1246,6 @@ span.itemCommunityRating:not(:empty) + .userDataIcons { max-width: 700px; } - .userProfileSettingsForm .detailSectionContent { - padding: 0 .5em; - } - @media all and (max-width: 700px) { .userProfileSettingsForm .detailSection { diff --git a/dashboard-ui/mypreferenceshome.html b/dashboard-ui/mypreferenceshome.html index 0524f0fd10..f97948806d 100644 --- a/dashboard-ui/mypreferenceshome.html +++ b/dashboard-ui/mypreferenceshome.html @@ -8,66 +8,64 @@ ${HeaderHomePage} -
-
-
- - -
-
-
- - -
-
-
- - -
-
-
- - -
+
+
+ + +
+
+
+ + +
+
+
+ + +
+
+
+ +
@@ -75,23 +73,21 @@

${HeaderMyViews}

-
-
-

${LabelSelectFolderGroups}

-
-
${LabelSelectFolderGroupsHelp}
-
-
-
- ${OptionDisplayChannelsInline} -
${OptionDisplayChannelsInlineHelp}
-
-
+
+

${LabelSelectFolderGroups}

+
+
${LabelSelectFolderGroupsHelp}
+
+
+
+ ${OptionDisplayChannelsInline} +
${OptionDisplayChannelsInlineHelp}
+
+
-
- ${LabelDisplayCollectionsView} -
${LabelDisplayCollectionsViewHelp}
-
+
+ ${LabelDisplayCollectionsView} +
${LabelDisplayCollectionsViewHelp}
@@ -99,11 +95,9 @@

${HeaderViewOrder}

-
-

${LabelSelectUserViewOrder}

-
+

${LabelSelectUserViewOrder}

+
-
@@ -112,16 +106,14 @@

${HeaderLatestItems}

-
-

${LabelSelectLastestItemsFolders}

-
+

${LabelSelectLastestItemsFolders}

+
-
- -
- ${OptionHideWatchedContentFromLatestMedia}
+
+ ${OptionHideWatchedContentFromLatestMedia} +
diff --git a/dashboard-ui/userpassword.html b/dashboard-ui/userpassword.html index 2af5305440..87f2d5b544 100644 --- a/dashboard-ui/userpassword.html +++ b/dashboard-ui/userpassword.html @@ -19,22 +19,20 @@