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
a10b61f8
Commit
a10b61f8
authored
Jul 25, 2016
by
Chris Rodriguez
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
AC-543 fixing bulk cert exception implicit labels
parent
2c4ab116
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
13 deletions
+12
-13
lms/templates/instructor/instructor_dashboard_2/certificate-white-list.underscore
+11
-12
lms/templates/instructor/instructor_dashboard_2/membership.html
+1
-1
No files found.
lms/templates/instructor/instructor_dashboard_2/certificate-white-list.underscore
View file @
a10b61f8
<h3 class="hd hd-3"><%- gettext("Generate Exception Certificates") %></h3>
<p class="under-heading">
<label>
<input type='radio' name='generate-exception-certificates-radio' checked="checked" value='new' aria-describedby='generate-exception-certificates-radio-new-tip'>
<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>
</label>
<br/>
<label>
<input type='radio' name='generate-exception-certificates-radio' value='all' aria-describedby='generate-exception-certificates-radio-all-tip'>
<span id='generate-exception-certificates-radio-all-tip'><%- gettext('Generate a Certificate for all users on the Exception list') %></span>
</label>
</p>
<fieldset class="under-heading">
<legend>Certificate exceptions group selection</legend>
<label>
<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><br />
<label>
<input type='radio' name='generate-exception-certificates-radio' value='all'>
<%- gettext('All users on the Exception list') %>
</label>
</fieldset>
<button id="generate-exception-certificates" class="btn-blue" type="button"><%- gettext('Generate Exception Certificates') %></button>
<br/>
<% if (certificates.length === 0) { %>
...
...
lms/templates/instructor/instructor_dashboard_2/membership.html
View file @
a10b61f8
...
...
@@ -26,7 +26,7 @@ from openedx.core.djangoapps.course_groups.partition_scheme import get_cohorted_
<
div
class
=
"bottom-bar"
>
<
label
>
<
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
>
<
input
type
=
"button"
name
=
"add"
class
=
"add"
value
=
"{{add_btn_label}}"
>
<
/div
>
...
...
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