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
fadade48
Commit
fadade48
authored
Aug 20, 2014
by
Sarina Canelake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add placeholders for text input on Extensions dash feature
parent
73d90798
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 @
fadade48
...
@@ -12,7 +12,7 @@
...
@@ -12,7 +12,7 @@
<p>
<p>
${_("Specify the {platform_name} email address or username of a student "
${_("Specify the {platform_name} email address or username of a student "
"here:").format(platform_name=settings.PLATFORM_NAME)}
"here:").format(platform_name=settings.PLATFORM_NAME)}
<input
type=
"text"
name=
"student"
>
<input
type=
"text"
name=
"student"
placeholder=
"${_("
Student
Email
or
Username
")}"
>
</p>
</p>
<p>
<p>
${_("Choose the graded unit:")}
${_("Choose the graded unit:")}
...
@@ -67,7 +67,7 @@
...
@@ -67,7 +67,7 @@
<p>
<p>
${_("Specify the {platform_name} email address or username of a student "
${_("Specify the {platform_name} email address or username of a student "
"here:").format(platform_name=settings.PLATFORM_NAME)}
"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"
<input
type=
"button"
name=
"show-student-extensions"
value=
"${_("
List
date
extensions
for
student
")}"
value=
"${_("
List
date
extensions
for
student
")}"
data-endpoint=
"${section_data['show_student_extensions_url']}"
>
data-endpoint=
"${section_data['show_student_extensions_url']}"
>
...
@@ -90,7 +90,7 @@
...
@@ -90,7 +90,7 @@
<p>
<p>
${_("Specify the {platform_name} email address or username of a student "
${_("Specify the {platform_name} email address or username of a student "
"here:").format(platform_name=settings.PLATFORM_NAME)}
"here:").format(platform_name=settings.PLATFORM_NAME)}
<input
type=
"text"
name=
"student"
>
<input
type=
"text"
name=
"student"
placeholder=
"${_("
Student
Email
or
Username
")}"
>
</p>
</p>
<p>
<p>
${_("Choose the graded unit:")}
${_("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