Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
ae641e4d
Commit
ae641e4d
authored
Jan 10, 2013
by
Brian Wilson
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feature/brian/pearson-reg' of github.com:MITx/mitx into feature/brian/pearson-reg
parents
7d279efd
759bb137
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
lms/static/sass/multicourse/_dashboard.scss
+7
-6
lms/templates/dashboard.html
+1
-2
No files found.
lms/static/sass/multicourse/_dashboard.scss
View file @
ae641e4d
...
@@ -498,16 +498,19 @@
...
@@ -498,16 +498,19 @@
}
}
}
}
.contact-button
{
.exam-button
{
@include
button
(
simple
,
$blue
);
@include
button
(
simple
,
$pink
);
margin-top
:
0
;
float
:
right
;
}
}
.
exam
-button
{
.
contact
-button
{
@include
button
(
simple
,
$pink
);
@include
button
(
simple
,
$pink
);
}
}
.button
{
.button
{
float
:
right
;
display
:
inline-block
;
margin-top
:
10px
;
padding
:
9px
18px
10px
;
padding
:
9px
18px
10px
;
font-size
:
13px
;
font-size
:
13px
;
font-weight
:
bold
;
font-weight
:
bold
;
...
@@ -518,8 +521,6 @@
...
@@ -518,8 +521,6 @@
}
}
}
}
&
.is-shown
{
&
.is-shown
{
display
:
block
;
display
:
block
;
}
}
...
...
lms/templates/dashboard.html
View file @
ae641e4d
...
@@ -243,12 +243,11 @@
...
@@ -243,12 +243,11 @@
% endif
% endif
% if registration.is_rejected:
% if registration.is_rejected:
<div
class=
"message message-status is-shown exam-schedule"
>
<div
class=
"message message-status is-shown exam-schedule"
>
<a
href=
"mailto:exam-help@edx.org?subject=Pearson VUE Exam - ${get_course_about_section(course, 'university')} ${course.number}"
class=
"button contact-button"
>
Contact exam-help@edx.org
</a>
<p
class=
"message-copy"
>
Your
<p
class=
"message-copy"
>
Your
<a
href=
"${testcenter_register_target}"
id=
"exam_register_link"
>
registration for the Pearson exam
</a>
<a
href=
"${testcenter_register_target}"
id=
"exam_register_link"
>
registration for the Pearson exam
</a>
has been rejected. Please check the information you provided, and try to correct any demographic errors. Otherwise
has been rejected. Please check the information you provided, and try to correct any demographic errors. Otherwise
contact edX for further help.
</p>
contact edX for further help.
</p>
<a
href=
"mailto:exam-help@edx.org?subject=Pearson VUE Exam - ${get_course_about_section(course, 'university')} ${course.number}"
class=
"button contact-button"
>
Contact exam-help@edx.org
</a>
</div>
</div>
% endif
% endif
% if not registration.is_accepted and not registration.is_rejected:
% if not registration.is_accepted and not registration.is_rejected:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment