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
f04365c0
Commit
f04365c0
authored
Sep 10, 2013
by
Brian Talbot
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #920 from edx/talbs/verified-UIedits
Verification: UI Edits
parents
e415d2c2
59a7a47b
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
63 additions
and
28 deletions
+63
-28
lms/static/sass/views/_verification.scss
+20
-7
lms/templates/shoppingcart/verified_cert_receipt.html
+31
-15
lms/templates/verify_student/_verification_header.html
+12
-6
No files found.
lms/static/sass/views/_verification.scss
View file @
f04365c0
...
...
@@ -469,15 +469,11 @@
@include
clearfix
();
width
:
flex-grid
(
12
,
12
);
.
wrapper-sts
,
.sts-track
{
.
sts-course
,
.sts-track
{
display
:
inline-block
;
vertical-align
:
middle
;
}
.wrapper-sts
{
width
:
flex-grid
(
9
,
12
);
}
.sts-track
{
width
:
flex-grid
(
3
,
12
);
text-align
:
right
;
...
...
@@ -495,19 +491,36 @@
}
}
.sts
{
.sts
-label
{
@extend
.t-title7
;
display
:
block
;
margin-bottom
:
(
$baseline
/
2
);
border-bottom
:
(
$baseline
/
10
)
solid
$m-gray-l4
;
padding-bottom
:
(
$baseline
/
2
);
color
:
$m-gray
;
}
.sts-course
{
@extend
.t-title
;
width
:
flex-grid
(
9
,
12
);
text-transform
:
none
;
}
.sts-course-org
,
.sts-course-number
{
@extend
.t-title5
;
@extend
.t-weight4
;
display
:
inline-block
;
}
.sts-course-org
{
margin-right
:
(
$baseline
/
4
);
}
.sts-course-name
{
@include
font-size
(
28
);
@include
line-height
(
28
);
@extend
.t-weight4
;
display
:
block
;
text-transform
:
none
;
}
}
}
...
...
lms/templates/shoppingcart/verified_cert_receipt.html
View file @
f04365c0
...
...
@@ -18,21 +18,26 @@
<section
class=
"wrapper cart-list"
>
<header
class=
"page-header"
>
<h2
class=
"title"
>
<span
class=
"wrapper-sts"
>
<span
class=
"sts"
>
${_("You are now registered for")}
</span>
<span
class=
"sts-course"
>
${course_name} (${course_org}, ${course_num})
</span>
</span>
<span
class=
"sts-track"
>
<span
class=
"sts-track-value"
>
<span
class=
"context"
>
${_("Registered as: ")}
</span>
${_("ID Verified")}
</span>
</span>
</h2>
</header>
<div
class=
"wrapper-progress"
>
<h2
class=
"title"
>
<span
class=
"sts-label"
>
${_("You are now registered for: ")}
</span>
<span
class=
"wrapper-sts"
>
<span
class=
"sts-course"
>
<span
class=
"sts-course-org"
>
${course_org}
</span>
<span
class=
"sts-course-number"
>
${course_num}
</span>
<span
class=
"sts-course-name"
>
${course_name}
</span>
</span>
<span
class=
"sts-track"
>
<span
class=
"sts-track-value"
>
<span
class=
"context"
>
${_("Registering as: ")}
</span>
${_("ID Verified")}
</span>
</span>
</span>
</h2>
</header>
<div
class=
"wrapper-progress"
>
<section
class=
"progress"
>
<h3
class=
"sr title"
>
${_("Your Progress")}
</h3>
...
...
@@ -194,8 +199,18 @@
</div>
% endif
</div>
<div
class=
"copy"
>
<p>
${_("Billed To")}:
<span
class=
"name-first"
>
${order.bill_to_first}
</span>
<span
class=
"name-last"
>
${order.bill_to_last}
</span><br
/>
<span
class=
"address-street1"
>
${order.bill_to_street1}
</span>
<span
class=
"address-street2"
>
${order.bill_to_street2}
</span><br
/>
<span
class=
"address-city"
>
${order.bill_to_city}
</span>
,
<span
class=
"address-state"
>
${order.bill_to_state}
</span>
<span
class=
"address-postalcode"
>
${order.bill_to_postalcode}
</span><br
/>
<span
class=
"address-country"
>
${order.bill_to_country.upper()}
</span>
</p>
</div>
</li>
<
%
doc
>
<li
class=
"info-item billing-info"
>
<h4
class=
"title"
>
${_("Billing Information")}
</h4>
...
...
@@ -245,6 +260,7 @@
</table>
</div>
</li>
</
%
doc>
</ul>
</article>
</div>
...
...
lms/templates/verify_student/_verification_header.html
View file @
f04365c0
...
...
@@ -2,13 +2,19 @@
<header
class=
"page-header"
>
<h2
class=
"title"
>
<span
class=
"sts-label"
>
${_("You are registering for")}
</span>
<span
class=
"wrapper-sts"
>
<span
class=
"sts"
>
${_("You are registering for")}
</span>
<span
class=
"sts-course"
>
${course_name} (${course_org}, ${course_num})
</span>
</span>
<span
class=
"sts-track"
>
<span
class=
"sts-track-value"
>
<span
class=
"context"
>
${_("Registering as: ")}
</span>
${_("ID Verified")}
<span
class=
"sts-course"
>
<span
class=
"sts-course-org"
>
${course_org}
</span>
<span
class=
"sts-course-number"
>
${course_num}
</span>
<span
class=
"sts-course-name"
>
${course_name}
</span>
</span>
<span
class=
"sts-track"
>
<span
class=
"sts-track-value"
>
<span
class=
"context"
>
${_("Registering as: ")}
</span>
${_("ID Verified")}
</span>
</span>
</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