diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/emails/alert-confirm | 2 | ||||
-rw-r--r-- | templates/emails/problem-confirm | 5 | ||||
-rw-r--r-- | templates/emails/questionnaire | 8 | ||||
-rw-r--r-- | templates/emails/update-confirm | 5 |
4 files changed, 15 insertions, 5 deletions
diff --git a/templates/emails/alert-confirm b/templates/emails/alert-confirm index 8cf3d5e40..bfa163fcc 100644 --- a/templates/emails/alert-confirm +++ b/templates/emails/alert-confirm @@ -10,5 +10,5 @@ asked to subscribe to on FixMyStreet: If you can't click the link, please copy and paste it to the address bar of your web browser. --- +Yours, The FixMyStreet team diff --git a/templates/emails/problem-confirm b/templates/emails/problem-confirm index bec176226..8d03ba91b 100644 --- a/templates/emails/problem-confirm +++ b/templates/emails/problem-confirm @@ -7,11 +7,14 @@ added to FixMyStreet: <?=$values['url']?> +If your email program does not let you click on this link, +copy and paste it into your web browser and press return. + Your problem had the title: <?=$values['title']?> And details: <?=$values['detail']?> --- +Yours, The FixMyStreet team diff --git a/templates/emails/questionnaire b/templates/emails/questionnaire index eae609fb8..617acc3d8 100644 --- a/templates/emails/questionnaire +++ b/templates/emails/questionnaire @@ -4,11 +4,15 @@ Hi <?=$values['name']?>, <?=$values['created']?> ago, you left a problem on FixMyStreet with the details provided at the end of this email. To keep our -site up to date and relevant, we'd appreciate it if you could fill in -this short questionnaire updating the status of your problem: +site up to date and relevant, we'd appreciate it if you could +follow the link below and fill in our short questionnaire +updating the status of your problem: <?=$values['url']?> +Please do not reply to this email; there is a public comment +box on the questionnaire. + Yours, The FixMyStreet team diff --git a/templates/emails/update-confirm b/templates/emails/update-confirm index c7a36019e..8e226a0bd 100644 --- a/templates/emails/update-confirm +++ b/templates/emails/update-confirm @@ -6,9 +6,12 @@ Please click on the link below to confirm the update you just wrote: <?=$values['url']?> +If you can't click the link, please copy and paste it to the +address bar of your web browser. + Your update reads: <?=$values['update']?> --- +Yours, The FixMyStreet team |