Commit 4cb3ee82 by Kevin Luo

Add reminder text above send email button

parent 2a19b359
...@@ -64,6 +64,7 @@ ...@@ -64,6 +64,7 @@
// instructor // instructor
@import "course/instructor/instructor"; @import "course/instructor/instructor";
@import "course/instructor/email";
// discussion // discussion
@import "course/discussion/form-wmd-toolbar"; @import "course/discussion/form-wmd-toolbar";
.submit-email-action {
margin-top: 10px;
line-height: 1.3;
ul {
margin-top: 0;
margin-bottom: 10px;
}
}
...@@ -464,9 +464,14 @@ function goto( mode) ...@@ -464,9 +464,14 @@ function goto( mode)
<textarea cols="100" id="id_message" name="message"></textarea> <textarea cols="100" id="id_message" name="message"></textarea>
%endif %endif
</p> </p>
<p> <div class="submit-email-action">
<input type="submit" name="action" value="Send email"> Please try not to email students more than once a day. Important things to consider before sending:
</p> <ul>
<li>Have you read over the email to make sure it says everything you want to say?</li>
<li>Have you sent the email to yourself first to make sure you're happy with how it's displayed?</li>
</ul>
<input type="submit" name="action" value="Send email">
</div>
%endif %endif
</form> </form>
......
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