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
5f786454
Commit
5f786454
authored
Sep 12, 2013
by
Felipe Montoya
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
i18n: Strings for new instructor dashboard
parent
45a1e551
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
lms/templates/instructor/instructor_dashboard_2/course_info.html
+1
-1
lms/templates/instructor/instructor_dashboard_2/instructor_dashboard_2.html
+1
-1
lms/templates/instructor/instructor_dashboard_2/student_admin.html
+3
-3
No files found.
lms/templates/instructor/instructor_dashboard_2/course_info.html
View file @
5f786454
<
%!
from
django
.
utils
.
translation
import
ugettext
as
_
%
>
<
%
page
args=
"section_data"
/>
<h2>
Course Information
</h2>
<h2>
${_("Course Information")}
</h2>
<div
class=
"basic-data"
>
${_("Course Name")}:
...
...
lms/templates/instructor/instructor_dashboard_2/instructor_dashboard_2.html
View file @
5f786454
...
...
@@ -29,7 +29,7 @@
<section
class=
"container"
>
<div
class=
"instructor-dashboard-wrapper-2"
>
<div
class=
"olddash-button-wrapper"
><a
href=
"${ old_dashboard_url }"
>
Back to Standard Dashboard
</a></div>
<div
class=
"olddash-button-wrapper"
><a
href=
"${ old_dashboard_url }"
>
${_("Back to Standard Dashboard")}
</a></div>
<section
class=
"instructor-dashboard-content-2"
>
##
<h1>
Instructor Dashboard
</h1>
...
...
lms/templates/instructor/instructor_dashboard_2/student_admin.html
View file @
5f786454
...
...
@@ -19,7 +19,7 @@
##
<option>
Getting problems...
</option>
##
</select>
<p>
Specify a particular problem in the course here by its url:
</p>
<p>
${_('Specify a particular problem in the course here by its url:')}
</p>
<input
type=
"text"
name=
"problem-select-single"
placeholder=
"${_("
Problem
urlname
")}"
>
<p>
${_('You may use just the "urlname" if a problem, or "modulename/urlname" if not. (For example, if the location is {location1}, then just provide the {urlname1}. If the location is {location2}, then provide {urlname2}.)').format(
...
...
@@ -32,7 +32,7 @@
<input
type=
"button"
name=
"reset-attempts-single"
value=
"${_("
Reset
Student
Attempts
")}"
data-endpoint=
"${ section_data['reset_student_attempts_url'] }"
>
%if section_data['access']['instructor']:
<p>
You may also delete the entire state of a student for the specified module:
</p>
<p>
${_('You may also delete the entire state of a student for the specified module:')}
</p>
<input
type=
"button"
class=
"molly-guard"
name=
"delete-state-single"
value=
"${_("
Delete
Student
State
for
Module
")}"
data-endpoint=
"${ section_data['reset_student_attempts_url'] }"
>
%endif
...
...
@@ -54,7 +54,7 @@
%if settings.MITX_FEATURES.get('ENABLE_INSTRUCTOR_BACKGROUND_TASKS') and section_data['access']['instructor']:
<div
class=
"course-specific-container action-type-container"
>
<H2>
Course-specific grade adjustment
</h2>
<H2>
${_('Course-specific grade adjustment')}
</h2>
<div
class=
"request-response-error"
></div>
<p>
...
...
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