Merge pull request #4911 from edx/sarina/a11y-extensions

Add placeholders for text input on Extensions dash feature
This commit is contained in:
Sarina Canelake
2014-08-20 16:00:40 -04:00

View File

@@ -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:")}