Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
edx-platform-release
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Hsin-Yu Chien
edx-platform-release
Commits
d0a1701b
Commit
d0a1701b
authored
11 years ago
by
Jay Zoldak
Browse files
Options
Downloads
Plain Diff
Merge pull request #2549 from edx/zoldak/things-not-to-translate
Do not translate checkbox values in html files
parents
d8144b0d
7e9abd2e
Loading
Loading
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
lms/templates/courseware/instructor_dashboard.html
+1
-1
1 addition, 1 deletion
lms/templates/courseware/instructor_dashboard.html
lms/templates/instructor/instructor_dashboard_2/membership.html
+2
-2
2 additions, 2 deletions
...mplates/instructor/instructor_dashboard_2/membership.html
with
3 additions
and
3 deletions
lms/templates/courseware/instructor_dashboard.html
+
1
−
1
View file @
d0a1701b
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
lms/templates/instructor/instructor_dashboard_2/membership.html
+
2
−
2
View file @
d0a1701b
...
...
@@ -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.")}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment