Commit a10b61f8 by Chris Rodriguez

AC-543 fixing bulk cert exception implicit labels

parent 2c4ab116
<h3 class="hd hd-3"><%- gettext("Generate Exception Certificates") %></h3> <h3 class="hd hd-3"><%- gettext("Generate Exception Certificates") %></h3>
<p class="under-heading"> <fieldset class="under-heading">
<label> <legend>Certificate exceptions group selection</legend>
<input type='radio' name='generate-exception-certificates-radio' checked="checked" value='new' aria-describedby='generate-exception-certificates-radio-new-tip'> <label>
<span id='generate-exception-certificates-radio-new-tip'><%- gettext('Generate certificates for all users on the Exception list who do not yet have a certificate') %></span> <input type='radio' name='generate-exception-certificates-radio' checked="checked" value='new'>
<%- gettext('All users on the Exception list who do not yet have a certificate') %>
</label> </label><br />
<br/> <label>
<label> <input type='radio' name='generate-exception-certificates-radio' value='all'>
<input type='radio' name='generate-exception-certificates-radio' value='all' aria-describedby='generate-exception-certificates-radio-all-tip'> <%- gettext('All users on the Exception list') %>
<span id='generate-exception-certificates-radio-all-tip'><%- gettext('Generate a Certificate for all users on the Exception list') %></span> </label>
</label> </fieldset>
</p>
<button id="generate-exception-certificates" class="btn-blue" type="button"><%- gettext('Generate Exception Certificates') %></button> <button id="generate-exception-certificates" class="btn-blue" type="button"><%- gettext('Generate Exception Certificates') %></button>
<br/> <br/>
<% if (certificates.length === 0) { %> <% if (certificates.length === 0) { %>
......
...@@ -26,7 +26,7 @@ from openedx.core.djangoapps.course_groups.partition_scheme import get_cohorted_ ...@@ -26,7 +26,7 @@ from openedx.core.djangoapps.course_groups.partition_scheme import get_cohorted_
<div class="bottom-bar"> <div class="bottom-bar">
<label> <label>
<span class="label-text sr">{{add_placeholder}}</span> <span class="label-text sr">{{add_placeholder}}</span>
<input type="text" id="add-field" name="add-field" class="add-field" placeholder="{{add_placeholder}}"> <input type="text" name="add-field" class="add-field" placeholder="{{add_placeholder}}">
</label> </label>
<input type="button" name="add" class="add" value="{{add_btn_label}}"> <input type="button" name="add" class="add" value="{{add_btn_label}}">
</div> </div>
......
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