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
e22bd1b6
Commit
e22bd1b6
authored
Sep 24, 2014
by
Andy Armstrong
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #5384 from edx/frances/fix/prof-ed-status-AB-tes
fixes for status for prof ed and verified registration
parents
75257083
b889f9ef
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
20 additions
and
3 deletions
+20
-3
lms/static/sass/views/_verification.scss
+8
-2
lms/templates/courseware/course_about.html
+1
-1
lms/templates/verify_student/_verification_header.html
+11
-0
No files found.
lms/static/sass/views/_verification.scss
View file @
e22bd1b6
...
...
@@ -385,7 +385,6 @@
.sts-track-value
{
background-color
:
$professional-color-lvl1
;
}
}
}
...
...
@@ -470,7 +469,14 @@
display
:
inline-block
;
.sts-track-value
{
background
:
$m-blue-l1
;
background
:
$verified-color-lvl3
;
}
&
.professional-ed
{
.sts-track-value
{
background-color
:
$professional-color-lvl1
;
}
}
}
}
...
...
lms/templates/courseware/course_about.html
View file @
e22bd1b6
...
...
@@ -211,7 +211,7 @@
<a
class=
"instructor-info-action"
href=
"${studio_url}"
>
${_("View About Page in studio")}
</a>
</div>
% endif
<nav>
<a
href=
"#"
class=
"active"
>
${_("Overview")}
</a>
##
<a
href=
"#"
>
${_("FAQ")}
</a>
...
...
lms/templates/verify_student/_verification_header.html
View file @
e22bd1b6
...
...
@@ -11,6 +11,8 @@
<span
class=
"sts-label"
>
${_("You are upgrading your registration for")}
</span>
%elif reverify:
<span
class=
"sts-label"
>
${_("You are re-verifying for")}
</span>
%elif modes_dict and "professional" in modes_dict:
<span
class=
"sts-label"
>
${_("You are registering for")}
</span>
%else:
<span
class=
"sts-label"
>
${_("You are registering for")}
</span>
%endif
...
...
@@ -63,6 +65,14 @@
<span
class=
"sts-course-number"
>
${course_num}
</span>
<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:
...
...
@@ -73,6 +83,7 @@
<span
class=
"context"
>
${_("Registering as: ")}
</span>
${_("Verified")}
%endif
</span>
%endif
</h2>
</header>
%endif
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