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
4e1aa77b
Commit
4e1aa77b
authored
Sep 23, 2014
by
frances botsford
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #5303 from edx/diana/update-prof-ed-flow
Change some text when in professional ed flow
parents
83c54d4e
ef1ef986
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
25 additions
and
8 deletions
+25
-8
lms/static/sass/views/_verification.scss
+11
-2
lms/templates/verify_student/_verification_header.html
+14
-6
No files found.
lms/static/sass/views/_verification.scss
View file @
4e1aa77b
...
...
@@ -368,16 +368,25 @@
.sts-track-value
{
@extend
%copy-badge
;
color
:
$white
;
display
:
inline-block
;
background
:
$verified-color-lvl3
;
color
:
$white
;
font-weight
:
600
;
.context
{
margin-right
:
(
$baseline
/
4
);
opacity
:
0
.80
;
color
:
$white
;
letter-spacing
:
0
.1rem
;
}
}
&
.professional-ed
{
.sts-track-value
{
background-color
:
$professional-color-lvl1
;
}
}
}
.sts-label
{
...
...
lms/templates/verify_student/_verification_header.html
View file @
4e1aa77b
...
...
@@ -22,17 +22,25 @@
<span
class=
"sts-course-name"
>
${course_name}
</span>
</span>
%if modes_dict and "professional" in modes_dict:
<span
class=
"sts-track professional-ed"
>
<span
class=
"sts-track-value"
>
${_("Professional Education")}
</span>
</span>
%else:
<span
class=
"sts-track"
>
<span
class=
"sts-track-value"
>
%if upgrade:
<span
class=
"context"
>
${_("Upgrading to:")}
</span>
${_("
ID
Verified")}
<span
class=
"context"
>
${_("Upgrading to:")}
</span>
${_("Verified")}
%elif reverify:
<span
class=
"context"
>
${_("Re-verifying for:")}
</span>
${_("
ID
Verified")}
<span
class=
"context"
>
${_("Re-verifying for:")}
</span>
${_("Verified")}
%else:
<span
class=
"context"
>
${_("Registering as: ")}
</span>
${_("
ID
Verified")}
<span
class=
"context"
>
${_("Registering as: ")}
</span>
${_("Verified")}
%endif
</span>
</span>
%endif
</span>
</h2>
</header>
...
...
@@ -58,11 +66,11 @@
<span
class=
"sts-track"
>
<span
class=
"sts-track-value"
>
%if upgrade:
<span
class=
"context"
>
${_("Upgrading to:")}
</span>
${_("
ID
Verified")}
<span
class=
"context"
>
${_("Upgrading to:")}
</span>
${_("Verified")}
%elif reverify:
<span
class=
"context"
>
${_("Re-verifying for:")}
</span>
${_("
ID
Verified")}
<span
class=
"context"
>
${_("Re-verifying for:")}
</span>
${_("Verified")}
%else:
<span
class=
"context"
>
${_("Registering as: ")}
</span>
${_("
ID
Verified")}
<span
class=
"context"
>
${_("Registering as: ")}
</span>
${_("Verified")}
%endif
</span>
</h2>
...
...
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