From a756776836cc9a5c76f003e991900c8e9d14c40f Mon Sep 17 00:00:00 2001 From: Brian Talbot Date: Wed, 16 Jan 2013 17:26:29 -0500 Subject: [PATCH] pearson registration - revised rejection message text on dashboard, synced up email edx link text, revised contact styles/markup to remove giant red button dashboard for rejections --- lms/static/sass/multicourse/_dashboard.scss | 8 ++++++++ lms/templates/dashboard.html | 11 ++--------- lms/templates/test_center_register.html | 2 +- 3 files changed, 11 insertions(+), 10 deletions(-) diff --git a/lms/static/sass/multicourse/_dashboard.scss b/lms/static/sass/multicourse/_dashboard.scss index c22bc14105..4555a426d3 100644 --- a/lms/static/sass/multicourse/_dashboard.scss +++ b/lms/static/sass/multicourse/_dashboard.scss @@ -426,6 +426,14 @@ font-size: 1.2rem; font-weight: bold; } + + strong { + font-weight: 700; + + a { + font-weight: 700; + } + } } .actions { diff --git a/lms/templates/dashboard.html b/lms/templates/dashboard.html index 0182a8edf1..8ec58a6a28 100644 --- a/lms/templates/dashboard.html +++ b/lms/templates/dashboard.html @@ -243,22 +243,15 @@ % endif % if registration.is_rejected:
-

Your - registration for the Pearson exam - has been rejected. Please check the information you provided, and try to correct any demographic errors. Otherwise - contact edX for further help.

- Contact exam-help@edx.org +

Your registration for the Pearson exam has been rejected. Please see your registration status details. Otherwise contact edX at exam-help@edx.org for further help.

% endif % if not registration.is_accepted and not registration.is_rejected:
-

Your - registration for the Pearson exam - is pending. Within a few days, you should see a confirmation number here, which can be used to schedule your exam.

+

Your registration for the Pearson exam is pending. Within a few days, you should see a confirmation number here, which can be used to schedule your exam.

% endif % endif - % endif <% diff --git a/lms/templates/test_center_register.html b/lms/templates/test_center_register.html index 03883d907c..4e1cece8c9 100644 --- a/lms/templates/test_center_register.html +++ b/lms/templates/test_center_register.html @@ -128,7 +128,7 @@ % if registration.registration_is_rejected:

Your registration for the Pearson exam has been rejected

-

Please see your registration status details for more information.

+

Please see your registration status details for more information.

% endif