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
7e9abd2e
Commit
7e9abd2e
authored
Feb 10, 2014
by
Jay Zoldak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Do not translate checkbox values
parent
3938e84d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
lms/templates/courseware/instructor_dashboard.html
+1
-1
lms/templates/instructor/instructor_dashboard_2/membership.html
+2
-2
No files found.
lms/templates/courseware/instructor_dashboard.html
View file @
7e9abd2e
...
...
@@ -157,7 +157,7 @@ function goto( mode)
%if offline_grade_log:
<p>
<span
class=
"copy-warning"
>
Pre-computed grades ${offline_grade_log} available: Use?
<input
type=
'checkbox'
name=
'use_offline_grades'
value=
"
${_("
yes
")}
"
>
<input
type=
'checkbox'
name=
'use_offline_grades'
value=
"
yes
"
>
</span>
</p>
%endif
...
...
lms/templates/instructor/instructor_dashboard_2/membership.html
View file @
7e9abd2e
...
...
@@ -32,7 +32,7 @@
<textarea
rows=
"6"
cols=
"50"
name=
"student-emails"
placeholder=
"${_("
Student
Emails
")}"
spellcheck=
"false"
></textarea>
<br>
<input
type=
"checkbox"
name=
"auto-enroll"
value=
"
${_("
Auto-Enroll
")}
"
style=
"margin-top: 1em;"
>
<input
type=
"checkbox"
name=
"auto-enroll"
value=
"
Auto-Enroll
"
style=
"margin-top: 1em;"
>
<label
for=
"auto-enroll"
>
${_("Auto Enroll")}
</label>
<div
class=
"auto-enroll-hint"
>
<p>
${_("If auto enroll is
<em>
checked
</em>
, students who have not yet registered for edX will be automatically enrolled.")}
...
...
@@ -41,7 +41,7 @@
</div>
<div>
<input
type=
"checkbox"
name=
"email-students"
value=
"
${_("
Notify-students-by-email
")}
"
>
<input
type=
"checkbox"
name=
"email-students"
value=
"
Notify-students-by-email
"
>
<label
for=
"email-students"
>
${_("Notify students by email")}
</label>
<div
class=
"email-students-hint"
>
<p>
${_("If email students is
<em>
checked
</em>
students will receive an email notification.")}
...
...
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