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
fbbe307f
Commit
fbbe307f
authored
Jan 27, 2015
by
stephensanchez
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Small css changes to the ecommerce tab
parent
5788a742
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
11 deletions
+7
-11
lms/static/sass/course/instructor/_instructor_2.scss
+2
-7
lms/templates/instructor/instructor_dashboard_2/e-commerce.html
+5
-4
No files found.
lms/static/sass/course/instructor/_instructor_2.scss
View file @
fbbe307f
...
...
@@ -1854,17 +1854,13 @@ input[name="subject"] {
}
span
.code_tip
{
display
:
block
;
margin-bottom
:
6px
;
@include
padding
((
$baseline
/
2
)
15px
(
$baseline
/
2
)
$baseline
);
background
:
none
repeat
scroll
0
0
#F8F4EC
;
border-bottom
:
1px
solid
#DDDDDD
;
border-top
:
1px
solid
#DDDDDD
;
margin-bottom
:
30px
;
@include
padding
((
$baseline
/
2
)
15px
(
$baseline
/
2
)
0
);
color
:
#3C3C3C
;
line-height
:
30px
;
.add
{
@include
button
(
simple
,
$blue
);
@extend
.button-reset
;
@include
float
(
right
);
font-size
:
em
(
13
);
}
}
...
...
@@ -1875,7 +1871,6 @@ input[name="subject"] {
@include
padding
((
$baseline
/
2
)
15px
(
$baseline
/
2
)
1px
);
.add
{
font-size
:
em
(
13
);
@include
float
(
right
);
}
}
span
.invalid_sale
{
...
...
lms/templates/instructor/instructor_dashboard_2/e-commerce.html
View file @
fbbe307f
...
...
@@ -13,8 +13,9 @@
<h2>
${_('Registration Codes')}
</h2>
<div>
%if section_data['sales_admin']:
<span
class=
"code_tip"
>
${_('Create one or more pre-paid course enrollment codes. Students can use these codes to enroll in the course.')}
<a
id=
"registration_code_generation_link"
href=
"#reg_code_generation_modal"
class=
"add blue-button"
>
${_('Create Enrollment Codes')}
</a>
<span
class=
"code_tip"
>
<p>
${_('Create one or more pre-paid course enrollment codes. Students can use these codes to enroll in the course.')}
</p>
<a
id=
"registration_code_generation_link"
href=
"#reg_code_generation_modal"
class=
"add blue-button"
>
${_('Create Enrollment Codes')}
</a>
</span>
%endif
<p>
${_('Download a .csv file of all enrollment codes for this course')}
</p>
...
...
@@ -66,8 +67,8 @@
<span><strong>
${_("Total Credit Card Purchases: ")}
</strong></span><span>
$${section_data['total_amount']}
</span>
%endif
<span
class=
"csv_tip"
>
<div
>
${_("Download a .csv file for all credit card purchases or for all invoices, regardless of status")}
<div>
<p>
${_("Download a .csv file for all credit card purchases or for all invoices, regardless of status")}
</p>
<input
type=
"button"
class=
"add blue-button"
name=
"list-sale-csv"
value=
"${_("
Download
All
Invoices
")}"
data-endpoint=
"${ section_data['get_sale_records_url'] }"
data-csv=
"true"
>
<input
type=
"button"
class=
"add blue-button"
name=
"list-order-sale-csv"
value=
"${_("
Download
All
Credit
Card
Purchases
")}"
data-endpoint=
"${ section_data['get_sale_order_records_url'] }"
data-csv=
"true"
>
</div>
...
...
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