From c91d483075e5ba76014dbf717c702b006d388246 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Thu, 25 Aug 2016 13:06:30 -0400 Subject: [PATCH] reduce use of paper-checkbox --- dashboard-ui/metadata.html | 44 ++++++++++--------- .../scripts/metadataconfigurationpage.js | 2 +- 2 files changed, 24 insertions(+), 22 deletions(-) diff --git a/dashboard-ui/metadata.html b/dashboard-ui/metadata.html index 0cdee8e9fc..0152cf17b5 100644 --- a/dashboard-ui/metadata.html +++ b/dashboard-ui/metadata.html @@ -1,4 +1,4 @@ -
+
@@ -6,30 +6,32 @@
-
- ${LabelDownloadInternetMetadata} -
${LabelDownloadInternetMetadataHelp}
+
+ +
${LabelDownloadInternetMetadataHelp}
-
-
- ${LabelSaveLocalMetadata} -
${LabelSaveLocalMetadataHelp}
+
+ +
${LabelSaveLocalMetadataHelp}
-
-
- ${OptionDownloadImagesInAdvance} -
${OptionDownloadImagesInAdvanceHelp}
-
+
+ +
${OptionDownloadImagesInAdvanceHelp}
-
-
- - +
+
-
-
- - +
+

diff --git a/dashboard-ui/scripts/metadataconfigurationpage.js b/dashboard-ui/scripts/metadataconfigurationpage.js index a74f4e4dbf..d8ecdd8450 100644 --- a/dashboard-ui/scripts/metadataconfigurationpage.js +++ b/dashboard-ui/scripts/metadataconfigurationpage.js @@ -1,4 +1,4 @@ -define(['jQuery'], function ($) { +define(['jQuery', 'fnchecked'], function ($) { function load(page, config, allCultures, allCountries) { if (!config || !allCultures || !allCountries) {