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
OpenEdx
edx-platform
Commits
4cb3ee82
Commit
4cb3ee82
authored
Jul 25, 2013
by
Kevin Luo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add reminder text above send email button
parent
2a19b359
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
19 additions
and
3 deletions
+19
-3
lms/static/sass/course.scss.mako
+1
-0
lms/static/sass/course/instructor/_email.scss
+10
-0
lms/templates/courseware/instructor_dashboard.html
+8
-3
No files found.
lms/static/sass/course.scss.mako
View file @
4cb3ee82
...
...
@@ -64,6 +64,7 @@
// instructor
@import "course/instructor/instructor";
@import "course/instructor/email";
// discussion
@import "course/discussion/form-wmd-toolbar";
lms/static/sass/course/instructor/_email.scss
0 → 100644
View file @
4cb3ee82
.submit-email-action
{
margin-top
:
10px
;
line-height
:
1
.3
;
ul
{
margin-top
:
0
;
margin-bottom
:
10px
;
}
}
lms/templates/courseware/instructor_dashboard.html
View file @
4cb3ee82
...
...
@@ -464,9 +464,14 @@ function goto( mode)
<textarea
cols=
"100"
id=
"id_message"
name=
"message"
></textarea>
%endif
</p>
<p>
<input
type=
"submit"
name=
"action"
value=
"Send email"
>
</p>
<div
class=
"submit-email-action"
>
Please try not to email students more than once a day. Important things to consider before sending:
<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
</form>
...
...
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