From 203b316f5eff229e3b4f86359aaaeca0ee96660d Mon Sep 17 00:00:00 2001 From: Brian Talbot Date: Thu, 19 Sep 2013 12:37:34 -0400 Subject: [PATCH 1/4] edx.org - converts type of log in header to not be all caps --- lms/templates/login.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lms/templates/login.html b/lms/templates/login.html index ef57044dcf..54d76de2e5 100644 --- a/lms/templates/login.html +++ b/lms/templates/login.html @@ -90,7 +90,7 @@
-

${_("PLEASE LOG IN to access your account and courses")}

+

${_("Please log in to access your account and courses")}

From 8debf4359cb3e07cbefd8ed8ea891058822cead4 Mon Sep 17 00:00:00 2001 From: Brian Talbot Date: Thu, 19 Sep 2013 12:42:01 -0400 Subject: [PATCH 2/4] edx.org - adds in aria-describedby attributes for condition-dependent registration input elements --- lms/templates/register.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lms/templates/register.html b/lms/templates/register.html index fcaffc4e69..5cc1f4906b 100644 --- a/lms/templates/register.html +++ b/lms/templates/register.html @@ -159,16 +159,16 @@
  • - - ${_('Will be shown in any discussions or forums you participate in')} + + ${_('Will be shown in any discussions or forums you participate in')}
  • % if ask_for_fullname:
  • - - ${_("Needed for any certificates you may earn (cannot be changed later)")} + + ${_("Needed for any certificates you may earn (cannot be changed later)")}
  • % endif From 333e4a658c9b2fef6560b49682f74562a61b718c Mon Sep 17 00:00:00 2001 From: Brian Talbot Date: Thu, 19 Sep 2013 15:17:16 -0400 Subject: [PATCH 3/4] edx.org - replaces login/register semantically verbose fieldset and legend elements with simpler markup --- lms/static/sass/multicourse/_account.scss | 2 +- lms/templates/login.html | 12 ++++++------ lms/templates/register.html | 24 +++++++++++------------ 3 files changed, 19 insertions(+), 19 deletions(-) diff --git a/lms/static/sass/multicourse/_account.scss b/lms/static/sass/multicourse/_account.scss index e1c982b0fa..53ab63a92a 100644 --- a/lms/static/sass/multicourse/_account.scss +++ b/lms/static/sass/multicourse/_account.scss @@ -208,7 +208,7 @@ margin-bottom: $baseline; } - fieldset { + .group-form { margin: 0; padding-top: 0; padding-bottom: $baseline; diff --git a/lms/templates/login.html b/lms/templates/login.html index 54d76de2e5..a6260fa666 100644 --- a/lms/templates/login.html +++ b/lms/templates/login.html @@ -114,8 +114,8 @@ ${_('Please provide the following information to log into your {platform_name} account. Required fields are noted by bold text and an asterisk (*).').format(platform_name=settings.PLATFORM_NAME)}

    -
    - ${_('Required Information')} +
    +

    ${_('Required Information')}

    1. @@ -131,10 +131,10 @@
    -
    + -
    - ${_('Account Preferences')} +
    +

    ${_('Account Preferences')}

    1. @@ -142,7 +142,7 @@
    -
    + % if course_id and enrollment_action: diff --git a/lms/templates/register.html b/lms/templates/register.html index 5cc1f4906b..4eefcf6501 100644 --- a/lms/templates/register.html +++ b/lms/templates/register.html @@ -113,8 +113,8 @@ ${_('Required fields are noted by bold text and an asterisk (*).')}

    -
    - ${_('Required Information')} +
    +

    ${_('Required Information')}

    % if has_extauth_info is UNDEFINED: @@ -176,10 +176,10 @@ % endif -
    + -
    - ${_("Optional Personal Information")} +
    +

    ${_("Optional Personal Information")}

    1. @@ -214,10 +214,10 @@
    -
    + -
    - ${_("Optional Personal Information")} +
    +

    ${_("Optional Personal Information")}

    1. @@ -230,10 +230,10 @@
    -
    + -
    - ${_("Account Acknowledgements")} +
    +

    ${_("Account Acknowledgements")}

    1. @@ -264,7 +264,7 @@
    -
    + % if course_id and enrollment_action: From 89b74bd66ffd1b9e18bd77a548cec757cfb9a15a Mon Sep 17 00:00:00 2001 From: Brian Talbot Date: Fri, 20 Sep 2013 13:12:37 -0400 Subject: [PATCH 4/4] edx.org - corrects typo/incorrect HTML attribute selector on register field tip --- lms/templates/register.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lms/templates/register.html b/lms/templates/register.html index 4eefcf6501..834f99fbf0 100644 --- a/lms/templates/register.html +++ b/lms/templates/register.html @@ -160,7 +160,7 @@
  • - ${_('Will be shown in any discussions or forums you participate in')} + ${_('Will be shown in any discussions or forums you participate in')}
  • % if ask_for_fullname: