Merge pull request #4911 from edx/sarina/a11y-extensions
Add placeholders for text input on Extensions dash feature
This commit is contained in:
@@ -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:")}
|
||||
|
||||
Reference in New Issue
Block a user