job_offer_accepted_owner.mailfile
This commit is contained in:
@@ -73,7 +73,7 @@ img {height: auto;}
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td class="bodycopy">
|
||||
You have accepted the job offer from a <a href="{{server_name}}/eoffer?offerID={{contract}}">{{site_name}}</a> user with details below
|
||||
You have accepted the job offer from a <a href="{{server_name}}/eoffer?offerID={{contract}}">{{site_name}}</a> with details below
|
||||
<br>
|
||||
|
||||
<br>
|
||||
|
||||
@@ -735,8 +735,8 @@ long job_email(long mailtype, CVars in, CVars &out) {
|
||||
vars2form(x, form);
|
||||
vars2form(yr, form);
|
||||
form.LetStr("subject", "Your task was accepted");
|
||||
form.LetStr("email", z["email"].c_str());
|
||||
form.Email("JOB/myjob_offer_accepted_owner.mailfile");
|
||||
form.LetStr("email", z["email"].c_str()); //job_offer_accepted_owner.mailfile
|
||||
form.Email("JOB/job_offer_accepted_owner.mailfile");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user