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
87435565
Commit
87435565
authored
Aug 20, 2014
by
Sarina Canelake
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #4911 from edx/sarina/a11y-extensions
Add placeholders for text input on Extensions dash feature
parents
6a975323
fadade48
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
lms/templates/instructor/instructor_dashboard_2/extensions.html
+3
-3
No files found.
lms/templates/instructor/instructor_dashboard_2/extensions.html
View file @
87435565
...
...
@@ -12,7 +12,7 @@
<p>
${_("Specify the {platform_name} email address or username of a student "
"here:").format(platform_name=settings.PLATFORM_NAME)}
<input
type=
"text"
name=
"student"
>
<input
type=
"text"
name=
"student"
placeholder=
"${_("
Student
Email
or
Username
")}"
>
</p>
<p>
${_("Choose the graded unit:")}
...
...
@@ -67,7 +67,7 @@
<p>
${_("Specify the {platform_name} email address or username of a student "
"here:").format(platform_name=settings.PLATFORM_NAME)}
<input
type=
"text"
name=
"student"
>
<input
type=
"text"
name=
"student"
placeholder=
"${_("
Student
Email
or
Username
")}"
>
<input
type=
"button"
name=
"show-student-extensions"
value=
"${_("
List
date
extensions
for
student
")}"
data-endpoint=
"${section_data['show_student_extensions_url']}"
>
...
...
@@ -90,7 +90,7 @@
<p>
${_("Specify the {platform_name} email address or username of a student "
"here:").format(platform_name=settings.PLATFORM_NAME)}
<input
type=
"text"
name=
"student"
>
<input
type=
"text"
name=
"student"
placeholder=
"${_("
Student
Email
or
Username
")}"
>
</p>
<p>
${_("Choose the graded unit:")}
...
...
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