fix data
This commit is contained in:
@@ -14,7 +14,7 @@ img {height: auto;}
|
||||
.borderbottom {border-bottom: 1px solid #f2eeed;}
|
||||
.subhead {font-size: 12px; color: #000000; font-family: sans-serif; letter-spacing: 3px;}
|
||||
.h1, .h2, .bodycopy {color: darkgreen; font-family: sans-serif;}
|
||||
.h1 {font-size: 33px; line-height: 38px; font-weight: bold;}
|
||||
.h1 {font-size: 25px; line-height: 38px; font-weight: bold;}
|
||||
.bodycopy {font-size: 14px; line-height: 20px; text-align:center; font-weight:bolder;}
|
||||
.rr{text-align:right;}
|
||||
.button {text-align: center; font-size: 16px; font-family: sans-serif; font-weight: bold; padding: 0 30px 0 30px;}
|
||||
@@ -69,15 +69,15 @@ img {height: auto;}
|
||||
<td class="innerpadding borderbottom">
|
||||
<table align="left" border="0" cellpadding="0" cellspacing="0" style="width: 100%; max-width: 600px;">
|
||||
<tr>
|
||||
<td><h2>Date:{{report_date}}</h2></td>
|
||||
<td><h2>Points: {{points}}</h2></td>
|
||||
<td><h3>Date : {{report_date}}</h3></td>
|
||||
<td style="text-align:right;"><h3>Points : {{points}}</h3></td>
|
||||
</tr>
|
||||
|
||||
<tr class="trColor">
|
||||
<td class="left" style="width:350px">
|
||||
<div style="flex-direction: column;">
|
||||
<div>Today Sign-up </div>
|
||||
<div style="font-size: 10px;">People that completed the sign-up today</div>
|
||||
<div style="font-size: 10px; padding-left: 20px;"">People that completed the sign-up today</div>
|
||||
</div>
|
||||
</td>
|
||||
<td class="bodycopy rr">{{today_signup}}</td>
|
||||
@@ -87,7 +87,7 @@ img {height: auto;}
|
||||
<td class="left" style="width:350px">
|
||||
<div style="flex-direction: column;">
|
||||
<div>Today Sign-up 3 days </div>
|
||||
<div style="font-size: 10px;">People that completed the sign-up in last 3 days</div>
|
||||
<div style="font-size: 10px; padding-left: 20px;">People that completed the sign-up in last 3 days</div>
|
||||
</div>
|
||||
</td>
|
||||
<td class="bodycopy rr">{{today_signup_3days}}</td>
|
||||
@@ -97,10 +97,10 @@ img {height: auto;}
|
||||
<td class="left" style="width:350px">
|
||||
<div style="flex-direction: column;">
|
||||
<div>Today Sign-up 7 days </div>
|
||||
<div style="font-size: 10px;">People that completed the sign-up in last 7 days</div>
|
||||
<div style="font-size: 10px; padding-left: 20px;"">People that completed the sign-up in last 7 days</div>
|
||||
</div>
|
||||
</td>
|
||||
<td class="bodycopy rr">{{today_signup_7days}}</td>
|
||||
<td class="bodycopy rr">{{today_signup_3days}}</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
|
||||
@@ -267,7 +267,7 @@ long RefreshPromoActivities(CVars in, CVars &out){
|
||||
CVars rec;
|
||||
map_to_cvars(f, rec);
|
||||
|
||||
rec["points"] = "0"; rec["points"].set_valid( true );
|
||||
//rec["points"] = "0"; rec["points"].set_valid( true );
|
||||
rec["today_signup"] = "0"; rec["today_signup"].set_valid( true );
|
||||
rec["today_signup_3days"] = "0"; rec["today_signup_3days"].set_valid( true );
|
||||
rec["today_signup_7days"] = "0"; rec["today_signup_7days"].set_valid( true );
|
||||
|
||||
Reference in New Issue
Block a user