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
6b37218e
Commit
6b37218e
authored
Oct 26, 2017
by
Gabe Mulley
Committed by
GitHub
Oct 26, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #16335 from edx/making-dynamic-pacing-emails-accessible
Making dynamic pacing emails accessible
parents
b964b528
0fc3589c
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
4 deletions
+12
-4
openedx/core/djangoapps/schedules/templates/schedules/edx_ace/common/base_body.html
+1
-1
openedx/core/djangoapps/schedules/templates/schedules/edx_ace/common/base_head.html
+8
-1
openedx/core/djangoapps/schedules/templates/schedules/edx_ace/upgradereminder/email/body.html
+3
-2
No files found.
openedx/core/djangoapps/schedules/templates/schedules/edx_ace/common/base_body.html
View file @
6b37218e
...
...
@@ -56,7 +56,7 @@ email itself. -->
<td
width=
"70"
>
<a
href=
"{{ homepage_url }}"
><img
src=
"https://media.sailthru.com/595/1k1/8/o/599f355101b3f.png"
width=
"70"
height=
"30"
alt=
"{% blocktrans %}{{ platform_name }} Home Page{% endblocktrans %}"
/></a>
height=
"30"
alt=
"{% blocktrans %}
Go to
{{ platform_name }} Home Page{% endblocktrans %}"
/></a>
</td>
<td
align=
"right"
style=
"text-align: right;"
>
<a
class=
"login"
href=
"{{ dashboard_url }}"
style=
"color: #005686;"
>
{% trans "Sign In" %}
</a>
...
...
openedx/core/djangoapps/schedules/templates/schedules/edx_ace/common/base_head.html
View file @
6b37218e
{% load i18n %}
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=UTF-8"
/>
<title>
{% block title %}edX Email{% endblock %}
</title>
{% get_current_language as LANGUAGE_CODE %}
<title
lang=
"{{ LANGUAGE_CODE|default:"
en
"
}}"
>
{% block title %}
{% trans "edX Email" %}
{% endblock %}
</title>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
/>
<style
type=
"text/css"
>
...
...
openedx/core/djangoapps/schedules/templates/schedules/edx_ace/upgradereminder/email/body.html
View file @
6b37218e
...
...
@@ -64,7 +64,7 @@
<img
src=
"{{ cert_image }}"
alt=
"{% trans 'Example
print-out
of a verified certificate' %}"
alt=
"{% trans 'Example of a verified certificate' %}"
style=
"
display: block;
margin-right: auto;
...
...
@@ -75,7 +75,8 @@
border-bottom: 3px solid lightgray;
border-right: 3px solid lightgray;
border-left: 1px solid lightgray;
"
/>
"
/>
<p>
{# email client support for style sheets is pretty spotty, so we have to inline all of these styles #}
...
...
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