TNL-4356 Allows multiple bulk email targets to be specified at once. -The previous "All" option has been split into "Staff" and "Learners" -The backend changes made here lay the groundwork for cohort emailing -The data migration, 0005, is somewhat large and requires deploy attention -Tests have been updated -Numerous safe-commit-linter fixes are included
14 lines
589 B
HTML
14 lines
589 B
HTML
<div class="send-email">
|
|
<div class="request-response msg msg-confirm copy" id="request-response"></div>
|
|
<ul>
|
|
<li><ul>
|
|
<li><input type="checkbox" name="send_to" value="myself"></li>
|
|
<li><input type="checkbox" name="send_to" value="staff"></li>
|
|
<li><input type="checkbox" name="send_to" value="learners"></li>
|
|
</ul></li>
|
|
<li><input type="text" id="id_subject" name="subject" maxlength="128" size="75"></li>
|
|
<li><input type="button" name="send"></li>
|
|
</ul>
|
|
<div class="request-response-error"></div>
|
|
</div>
|