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
50e7a9d6
Commit
50e7a9d6
authored
Aug 14, 2015
by
clrux
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #9318 from edx/clrux/ac-133-hidden-form-label
Matching label to inputs in LMS course
parents
1d01da07
1cd73c76
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lms/templates/staff_problem_info.html
+2
-2
No files found.
lms/templates/staff_problem_info.html
View file @
50e7a9d6
...
...
@@ -38,9 +38,9 @@ ${block_content}
</header>
<form
id=
"${element_id}_xqa_form"
class=
"xqa_form"
>
<label>
${_("Comment")}
</label>
<label
for=
"${element_id}_xqa_entry"
>
${_("Comment")}
</label>
<input
id=
"${element_id}_xqa_entry"
type=
"text"
placeholder=
"${_('comment')}"
>
<label>
${_("Tag")}
</label>
<label
for=
"${element_id}_xqa_tag"
>
${_("Tag")}
</label>
<span
style=
"color:black;vertical-align: -10pt"
>
${_('Optional tag (eg "done" or "broken"):') + '
'}
</span>
<input
id=
"${element_id}_xqa_tag"
type=
"text"
placeholder=
"${_('tag')}"
style=
"width:80px;display:inline"
>
<div
class=
"submit"
>
...
...
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