fix
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
Subject: WrenchBoard Signup Report {{site_name}}
|
||||
Subject: WrenchBoard Signup Report {{site_name}}
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
|
||||
@@ -15,7 +15,7 @@ img {height: auto;}
|
||||
.subhead {font-size: 12px; color: #ffffff; font-family: sans-serif; letter-spacing: 3px;}
|
||||
.h1, .h2, .bodycopy {color: #153643; font-family: sans-serif;}
|
||||
.h1 {font-size: 33px; line-height: 38px; font-weight: bold;}
|
||||
.bodycopy {font-size: 14px; line-height: 20px;}
|
||||
.bodycopy {font-size: 14px; line-height: 20px; text-align: center;}
|
||||
.trColor { background-color:#D2F7F4;}
|
||||
.button {text-align: center; font-size: 16px; font-family: sans-serif; font-weight: bold; padding: 0 30px 0 30px;}
|
||||
.button a {color: #ffffff; text-decoration: none;}
|
||||
@@ -72,33 +72,25 @@ img {height: auto;}
|
||||
<tr>
|
||||
<td class="innerpadding borderbottom">
|
||||
|
||||
<table align="left" border="1" cellpadding="0" cellspacing="0" style="width: 100%; max-width: 600px;">
|
||||
<tr>
|
||||
<td colspan="2"><h2>{{report_date}}</h2></td></tr>
|
||||
<tr>
|
||||
<td class="left" style="width:250px">Today Sign-up<h5>People that completed the sign-up</h5></td>
|
||||
<td class="bodycopy"><h1>{{today_signup}}</h1></td>
|
||||
</tr>
|
||||
<tr class="trColor">
|
||||
<td class="left" style="width:250px">Pending Sign-up<h5>People still in the process not completed</h5></td>
|
||||
<td class="bodycopy"><h2>{{today_pending_signup}}</h2></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td colspan="2"><h2>{{report_date}}</h2></td></tr>
|
||||
<tr>
|
||||
<td class="left" style="width:250px">Active Jobs<h5>People that completed the sign-up</h5></td>
|
||||
<td class="bodycopy"><h1>{{today_signup}}</h1></td>
|
||||
</tr>
|
||||
<tr class="trColor">
|
||||
<td class="left" style="width:250px">Expired Jobs<h5>People still in the process not completed</h5></td>
|
||||
<td class="bodycopy"><h2>{{today_pending_signup}}</h2></td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
<h4>Please <a href ="https://{{server_name}}/bko">login</a> into BackOffice from authorized system to support the user.</h4>
|
||||
|
||||
<table align="left" border="1" cellpadding="0" cellspacing="0" style="width: 100%; max-width: 600px;">
|
||||
<tr>
|
||||
<td colspan="2"><h2>{{report_date}}</h2></td></tr>
|
||||
<tr>
|
||||
<td class="left" style="width:250px">Today Sign-up<h5>People that completed the sign-up</h5></td>
|
||||
<td class="bodycopy"><h1>{{today_signup}}</h1></td>
|
||||
</tr>
|
||||
<tr class="trColor">
|
||||
<td class="left" style="width:250px">Pending Sign-up<h5>People still in the process not completed</h5></td>
|
||||
<td class="bodycopy"><h2>{{today_pending_signup}}</h2></td>
|
||||
</tr>
|
||||
<td class="left" style="width:250px">Active Jobs<h5>People that completed the sign-up</h5></td>
|
||||
<td class="bodycopy"><h1>{{today_signup}}</h1></td>
|
||||
</tr>
|
||||
<tr class="trColor">
|
||||
<td class="left" style="width:250px">Expired Jobs<h5>People still in the process not completed</h5></td>
|
||||
<td class="bodycopy"><h2>{{today_pending_signup}}</h2></td>
|
||||
</tr>
|
||||
</table>
|
||||
<!--[if (gte mso 9)|(IE)]>
|
||||
</td>
|
||||
</tr>
|
||||
@@ -108,7 +100,7 @@ img {height: auto;}
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="innerpadding bodycopy">
|
||||
{{site_name}} Team
|
||||
{{site_name}} Support Team
|
||||
<br>
|
||||
{{server_name}}
|
||||
</td>
|
||||
@@ -124,7 +116,7 @@ img {height: auto;}
|
||||
<tr>
|
||||
<td align="center" class="footercopy">
|
||||
® {{site_name}} 2022<br/>
|
||||
You received this email because you subscribe to {{site_name}}. If you get this email in error, please <a href="https://{{server_name}}/contact" class="unsubscribe"><font color="#ffffff">contact</font></a> us.
|
||||
You received this email because you are a member of {{site_name}} support team. If you get this email in error, please <a href="https://{{server_name}}/contact" class="unsubscribe"><font color="#ffffff">contact</font></a> us.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user