Diff: STRATO-apps/wordpress_03/app/wp-content/plugins/tutor-pro/templates/email/email_template.php
Keine Baseline-Datei – Diff nur gegen leer.
1
-
1
+
<?php
2
+
/**
3
+
* @package TUTOR_LMS_PRO/EmailTemplates
4
+
* @since 1.6.9
5
+
*/
6
+
7
+
?>
8
+
<div style="
9
+
background: #ffffff;
10
+
box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.05);
11
+
border-radius: 10px;
12
+
max-width: 600px;
13
+
margin: 0 auto;
14
+
font-family: 'SF Pro Display', sans-serif;
15
+
font-style: normal;
16
+
font-weight: 400;
17
+
font-size: 13px;
18
+
line-height: 138%;
19
+
">
20
+
<div style="border-bottom: 1px solid #e0e2ea; padding: 20px 50px">
21
+
<img src="{logo}" alt="" style="width: 107.39px;" data-source="email-title-logo">
22
+
</div>
23
+
<div style="background-image: url(<?php echo esc_url( tutor()->v2_img_dir ); ?>email-heading.png);background-position: top right;background-repeat: no-repeat;padding: 50px;">
24
+
<div style="margin-bottom: 50px">
25
+
<h6 data-source="email-subject" style="
26
+
overflow-wrap: break-word;
27
+
font-weight: 500;
28
+
font-size: 20px;
29
+
line-height: 140%;
30
+
color: #212327;
31
+
">
32
+
Q&A message answered
33
+
</h6>
34
+
</div>
35
+
<div style="color: #212327; font-weight: 400; font-size: 16px; line-height: 162%">
36
+
<p style="margin-bottom: 7px">Hello Jhon,</p>
37
+
<p data-source="email-heading" styele=" color: #5b616f;
38
+
margin-bottom: 40px;">
39
+
The instructor has answered your question on the course -
40
+
<span>
41
+
Your Complete Beginner to Advanced Class.
42
+
</span>
43
+
</p>
44
+
</div>
45
+
46
+
<div style="font-weight: 400; font-size: 16px; line-height: 162%">
47
+
<p style="color: #41454f; margin-bottom: 30px">
48
+
Here is the answer-
49
+
</p>
50
+
<div data-source="email-additional-message" style="
51
+
display: flex !important;
52
+
border-top: 1px solid #e0e2ea;
53
+
border-bottom: 1px solid #e0e2ea;
54
+
padding-top: 30px;
55
+
padding-bottom: 30px;
56
+
">
57
+
<span style="margin-right: 12px"><img src="<?php echo esc_url( get_avatar_url( wp_get_current_user()->ID ) ); ?>
58
+
" alt="author" width="45" height="45" style="border-radius: 50%;"></span>
59
+
<div>
60
+
<div style="
61
+
margin-bottom: 20px;
62
+
display: flex !important;
63
+
justify-content: space-between !important;
64
+
">
65
+
<span style="
66
+
color: #212327;
67
+
font-weight: 500;
68
+
font-size: 16px;
69
+
line-height: 162%;
70
+
">James Andy</span>
71
+
<span style="
72
+
color: #5b616f;
73
+
font-weight: 400;
74
+
font-size: 15px;
75
+
line-height: 160%;
76
+
">1 days ago</span>
77
+
</div>
78
+
<p style="color: #41454f">
79
+
1 days ago I help ambitious graphic designers and hand letterers level-up
80
+
their skills and creativity. Grab freebies + tutorials here! >>
81
+
https://every-tuesday.com
82
+
</p>
83
+
</div>
84
+
</div>
85
+
</div>
86
+
87
+
<div style="
88
+
color: #41454f;
89
+
font-weight: 400;
90
+
font-size: 16px;
91
+
line-height: 162%;
92
+
margin-top: 30px;
93
+
text-align: center;
94
+
">
95
+
<p>Please click on this link to reply to the question</p>
96
+
<a href="#" data-source="email-btn-url" style="
97
+
background-color: #1973aa;
98
+
border-color: #1973aa;
99
+
color: #fff;
100
+
padding: 10px 34px;
101
+
cursor: pointer;
102
+
border-radius: 6px;
103
+
text-decoration: none;
104
+
font-weight: 500;
105
+
border-radius: 3px;
106
+
border: 1px solid;
107
+
position: relative;
108
+
box-sizing: border-box;
109
+
transition: 0.2s;
110
+
line-height: 26px;
111
+
font-size: 16px;
112
+
margin-top: 30px;
113
+
display: inline-flex;
114
+
justify-content: center;
115
+
align-items: center;
116
+
">Reply Q&A</a>
117
+
</div>
118
+
</div>
119
+
<!-- /.template-body -->
120
+
</div>
121
+