diff options
Diffstat (limited to 'inc/app_eml.tpl')
| -rw-r--r-- | inc/app_eml.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/inc/app_eml.tpl b/inc/app_eml.tpl index b788f93..779e242 100644 --- a/inc/app_eml.tpl +++ b/inc/app_eml.tpl @@ -2,7 +2,7 @@ <html> <head> <meta charset="UTF-8" /> - <title>Active Your Bulletin Account</title> + <title>Job Application Received</title> </head> <body> <div id="head" style="text-align: center; width: 100%; height: 110px; border-bottom: 1px solid #dddddd;"> @@ -12,7 +12,7 @@ </div> <div style="width: 450px; display: table; margin: 1em auto;"> <div style="font-family: sans-serif; font-size: 12pt; text-align: center; margin: 15px -15px; width: 100%; display: block;"> - <p style="width: 100%;">Your Ad, <a style="color: #fb4d00;" href="[config:base_url]dash/review.php?id=[tpl:rid]">[tpl:adname]</a>, has just received a response. The applicant is named [tpl:seekername] and [tpl:seekerrating]. To get in touch, you can check out more of their profile, you can email them at <a style="color: #fb4d00;" href="mailto:[tpl:seekereml]">[tpl:seekereml]</a>, or check out more of their profile <a style="color: #fb4d00;" href="[config:base_url]dash/profile.php?id=[tpl:seekerid]">here</a>.</p> + <p style="width: 100%;">Your Ad, <a style="color: #fb4d00;" href="[config:base_url]dash/?view=[tpl:adid]">[tpl:adname]</a>, has just received a response. The applicant is named [tpl:seekername] and [tpl:seekerrating]. To get in touch, you can email them at <a style="color: #fb4d00;" href="mailto:[tpl:seekereml]">[tpl:seekereml]</a> or check out more of their profile <a style="color: #fb4d00;" href="[config:base_url]dash/profile.php?id=[tpl:seekerid]">here</a>.</p> </div> </div> <div style="width: 450px; height: 1px; margin: auto; background: #dddddd;"></div> |
