fix teamplates

This commit is contained in:
CHIEFSOFT\ameye
2024-10-01 10:20:30 -04:00
parent 4a16034e41
commit 8080d8da95
2 changed files with 8 additions and 9 deletions
@@ -22,7 +22,7 @@ body {margin: 0; padding: 0; min-width: 100%!important; font-family: sans-serif;
.bodycopy {font-size: 16px; line-height: 20px; padding-bottom:10px;}
.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;}
.footer {padding: 20px 30px 15px 30px; bgcolor:#007bff; background-color:#007bff;}
.footer {padding: 20px 30px 15px 30px;}
.footercopy {font-family: sans-serif; font-size: 16px; color: #ffffff;}
.footercopy a {color: #ffffff; text-decoration: underline;}
</style>
@@ -68,7 +68,7 @@ Dear <b>{{firstname}}</b>,
</tr>
<tr>
<td class="bodycopy" style="padding-bottom:10px;">
&nbsp;&nbsp; Welcome to <a href="{{server_name}}">{{site_name}}</a>; please follow the link below to learn about our opportunities.
&nbsp;&nbsp; Celebrate Independence and Wrench with WrenchBoard. Connect to explore opportunities to earn.
</td>
</tr>
<tr>
@@ -76,14 +76,10 @@ Dear <b>{{firstname}}</b>,
<hr size="1" style="color:lightgrey; size=1" />
</td>
</tr>
<tr>
<td class="bodycopy" style="padding:20px auto 40px auto; font-weight:bold; text-align:center; font-size 20px; color:darkgreen; background-color: #e8f6f3; ">
<a style="text-decoration:none;" href="{{promo_server_name}}/{{promo}}/{{promo_uid}}">Click here to view opportunities</a>
</td>
</tr>
<tr>
<tr class="innerpadding borderbottom" style="padding: 10px 10px 10px 10px;">
<tr class="innerpadding borderbottom" style="padding: 20px 10px 10px 10px;">
<td class="innerpadding borderbottom">
<table width="100%" border="0" >
<tr>
@@ -128,7 +124,7 @@ Dear <b>{{firstname}}</b>,
<tr>
<td align="center" class="footercopy">
&reg; {{site_name}} {{YYYY}}<br/>
You received this email because you subscribed to the {{site_name}} questionnaire. If you get this email in error please <a href="{{main_site_url}}contact" class="unsubscribe"><font color="#ffffff">contact</font></a> us.
You received this email because you subscribed to the {{site_name}} account. If you get this email in error please <a href="{{main_site_url}}contact" class="unsubscribe"><font color="#000000">contact</font></a> us.
</td>
</tr>
<tr>
@@ -150,6 +150,9 @@ long sitecrons_calls(CVars in, CVars &out) {
break;
//define('WRB_CRONJOB_HOLIDAY_BROADCAST', 786);
case WRB_CRONJOB_HOLIDAY_BROADCAST:
ct["job_type"]="WRB_CRONJOB_HOLIDAY_BROADCAST"; ct["job_type"].set_valid( true );
ct["description"]="Process Transfer Expired Offers"; ct["description"].set_valid( true );
CronTracker(ct, co);
return ScheduleHolidayJobs(in, out);
break;
}