diff options
author | Struan Donald <struan@exo.org.uk> | 2012-12-18 18:09:35 +0000 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2012-12-18 18:09:35 +0000 |
commit | 39975fc2f5c3fafa9b3fd084b46ed5dac2fe1f80 (patch) | |
tree | 70faccb64939378b15937107835de91bcc7c7a6b | |
parent | 2d7be5e0b8d14790d7500a108be1fc28c20b1d0c (diff) |
email template for see something reports
-rw-r--r-- | templates/email/seesomething/submit.txt | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/templates/email/seesomething/submit.txt b/templates/email/seesomething/submit.txt new file mode 100644 index 000000000..0682425fe --- /dev/null +++ b/templates/email/seesomething/submit.txt @@ -0,0 +1,25 @@ +Subject: Report on See Something, Say Something + +A user of +See Something, Say Something has submitted the following report +of a problem that they believe might require your attention. + +<?=$values['image_url']?> +---------- + +<?=$values['user_details']?> + +<?=$values['phone_line']?><?=$values['category_line']?><?=$values['subcategory_line']?> + +Details: <?=$values['detail']?> + +<?=$values['easting_northing']?>Latitude: <?=$values['latitude']?> + +Longitude: <?=$values['longitude']?> + +<?=$values['closest_address']?>---------- + +Replies to this email will go to the user who submitted the problem +unless it is an anonymous report in which case they will be discarded. + +<?=$values['signature']?> |