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
47827ecb
Commit
47827ecb
authored
Jan 05, 2016
by
asadiqbal
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
WL-242
parent
c66d3cba
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
lms/templates/shoppingcart/shopping_cart.html
+4
-4
No files found.
lms/templates/shoppingcart/shopping_cart.html
View file @
47827ecb
...
...
@@ -108,11 +108,11 @@ from openedx.core.lib.courses import course_image_url
</div>
<button
class=
"inc button"
data-operation=
"inc"
>
<i
class=
"icon fa fa-caret-up"
aria-hidden=
"true"
><span>
+
</span></i>
<span
class=
"sr"
>
Increase
</span>
<span
class=
"sr"
>
${_('Increase')}
</span>
</button>
<button
class=
"dec button"
data-operation=
"dec"
>
<i
class=
"icon fa fa-caret-down"
></i>
<span
class=
"sr"
>
Decrease
</span>
<span
class=
"sr"
>
${_('Decrease')}
</span>
</button>
<!--<a name="updateBtn" class="updateBtn hidden" id="updateBtn-${item.id}" href="#">update</a>-->
<span
class=
"error-text hidden"
id=
"students-${item.id}"
></span>
...
...
@@ -122,7 +122,7 @@ from openedx.core.lib.courses import course_image_url
<div
class=
"col-3"
>
<button
href=
"#"
class=
"btn-remove"
data-item-id=
"${item.id}"
>
<i
class=
"icon fa fa-times-circle"
aria-hidden=
"true"
></i>
<span
class=
"sr"
>
Remove
</span>
<span
class=
"sr"
>
${_('Remove')}
</span>
</button>
</div>
</div>
...
...
@@ -136,7 +136,7 @@ from openedx.core.lib.courses import course_image_url
<div
class=
"code-text"
>
% if not discount_applied:
<div
class=
"code-input"
aria-live=
"polite"
>
<label
for=
"input_code"
class=
"sr"
>
Discount or activation code
</label>
<label
for=
"input_code"
class=
"sr"
>
${_('Discount or activation code')}
</label>
<input
type=
"text"
placeholder=
"${_('discount or activation code')}"
id=
"input_code"
>
<button
type=
"submit"
class=
"blue"
id=
"submit-code"
>
${_('Apply')}
</button>
<span
class=
"error-text hidden"
id=
"code"
></span>
...
...
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