Commit 50e7a9d6 by clrux

Merge pull request #9318 from edx/clrux/ac-133-hidden-form-label

Matching label to inputs in LMS course
parents 1d01da07 1cd73c76
......@@ -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"):') + '&nbsp; '} </span>
<input id="${element_id}_xqa_tag" type="text" placeholder="${_('tag')}" style="width:80px;display:inline">
<div class="submit">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment