From 47df7e420f9a0e9ed67d431e6bd82c9f35e3c054 Mon Sep 17 00:00:00 2001 From: Frances Botsford Date: Fri, 6 Sep 2013 12:02:28 -0400 Subject: [PATCH] ux adjustments to vcert flow --- common/templates/course_modes/choose.html | 12 ++++++++---- .../shoppingcart/verified_cert_receipt.html | 10 +++++----- lms/templates/verify_student/photo_verification.html | 4 ++-- 3 files changed, 15 insertions(+), 11 deletions(-) diff --git a/common/templates/course_modes/choose.html b/common/templates/course_modes/choose.html index e56a6f7fc1..dfaf4e98e7 100644 --- a/common/templates/course_modes/choose.html +++ b/common/templates/course_modes/choose.html @@ -13,10 +13,14 @@ $(document).ready(function() { $('.is-expandable').addClass('is-ready'); $('.is-expandable .title-expand').click(function(e) { e.preventDefault(); - //$(this).parent().toggleClass('is-expanded'); $(this).next('.expandable-area').slideToggle(); $(this).parent().toggleClass('is-expanded'); }); + + $('#contribution-other-amt').focus(function() { + $('#contribution-other').attr('checked',true); + }); + }); @@ -59,7 +63,7 @@ $(document).ready(function() {
-
${_("Select your contribution for this course (min. $")} ${min_price} ${currency} ${_("):")}
+
${_("Select your contribution for this course (min. $")} ${min_price} ${currency}${_("):")}
%if error:
@@ -98,7 +102,7 @@ $(document).ready(function() {
  • - +
  • @@ -119,7 +123,7 @@ $(document).ready(function() {

    ${_("Verified Registration Requirements")}

    -

    ${_("To register for a Verified Certificate of Achievement option, you will need a webcam, a credit or debit card, and an ID.")} ${_("View requirements")}

    +

    ${_("To register for a Verified Certificate of Achievement option, you will need a webcam, a credit or debit card, and an ID.")}

    ${_("What is an ID Verified Certificate?")}

    diff --git a/lms/templates/shoppingcart/verified_cert_receipt.html b/lms/templates/shoppingcart/verified_cert_receipt.html index 0c0485b100..25b257a79c 100644 --- a/lms/templates/shoppingcart/verified_cert_receipt.html +++ b/lms/templates/shoppingcart/verified_cert_receipt.html @@ -183,11 +183,11 @@

    ${_("Billing details:")}

    - ${order.bill_to_cardtype} ${order.bill_to_ccnum}
    - ${order.bill_to_first} ${order.bill_to_last}, - ${order.bill_to_street1} ${order.bill_to_street2} - ${order.bill_to_city}, ${order.bill_to_state} ${order.bill_to_postalcode} - ${order.bill_to_country.upper()} + ${order.bill_to_first} ${order.bill_to_last}
    + ${order.bill_to_street1} ${order.bill_to_street2}
    + ${order.bill_to_city}, ${order.bill_to_state} ${order.bill_to_postalcode}
    + ${order.bill_to_country.upper()}
    + ${order.bill_to_cardtype} ${order.bill_to_ccnum}

    diff --git a/lms/templates/verify_student/photo_verification.html b/lms/templates/verify_student/photo_verification.html index 7a28345b3f..71373e93ad 100644 --- a/lms/templates/verify_student/photo_verification.html +++ b/lms/templates/verify_student/photo_verification.html @@ -79,7 +79,7 @@
    -

    ${_("Don't see your picture? Make sure to allow your browser to use your camera when it asks for permission")}

    +

    ${_("Don't see your picture? Make sure to allow your browser to use your camera when it asks for permission.
    Still not working? You can {a_start} audit the course {a_end} without verifying.").format(a_start='', a_end="")}


    @@ -164,7 +164,7 @@
    -

    ${_("Don't see your picture? Make sure to allow your browser to use your camera when it asks for permission")}

    +

    ${_("Don't see your picture? Make sure to allow your browser to use your camera when it asks for permission. Still not working? You can {a_start} audit the course {a_end} without verifying.").format(a_start='', a_end="")}