Browse Source

made alert emails easier to read

master
memespring 17 years ago
parent
commit
7913011073
1 changed files with 20 additions and 26 deletions
  1. +20
    -26
      docs/templates/alert_email_text.tpl

+ 20
- 26
docs/templates/alert_email_text.tpl View File

@@ -1,26 +1,20 @@
{textformat style='email'}

{foreach name="applications" from="$applications" item="application"}
{$application->address} {$application->postcode} ({$application->council_reference})

{$application->description}

View more information: {$application->info_tinyurl}
View on a map (approximate): {$application->map_url}
What do you think about this?: {$application->comment_tinyurl}

=============================
{/foreach}
--------------------------------------
PlanningAlerts.com is a free service run by volunteers
To stop receiving these emails click here: {$base_url}/unsubscribe.php?cid={$confirm_id}

{/textformat}
{foreach name="applications" from="$applications" item="application"}
{$application->address|upper} {$application->postcode|upper} ({$application->council_reference|upper})

{$application->description}

MORE INFORMATION: {$application->info_tinyurl}
MAP: {$application->map_url}
WHAT DO YOU THINK?: {$application->comment_tinyurl}

=============================

{/foreach}

------------------------------------------------------------

PlanningAlerts.com is a free service run by volunteers.

You can subscribe to a geoRSS feed of applications for {$alert_postcode|upper} here: {$base_url}/api.php?postcode={$alert_postcode}&area_size={$alert_area_size}

To stop receiving these emails click here: {$base_url}/unsubscribe.php?cid={$confirm_id}

Loading…
Cancel
Save