diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/email/default/submit.txt | 2 | ||||
-rw-r--r-- | templates/email/fiksgatami/nn/submit.txt | 2 | ||||
-rw-r--r-- | templates/email/fiksgatami/submit.txt | 2 | ||||
-rw-r--r-- | templates/email/fixamingata/submit.txt | 2 | ||||
-rw-r--r-- | templates/email/fixmystreet.com/submit-oxfordshire.txt | 4 | ||||
-rw-r--r-- | templates/email/fixmystreet.com/submit.txt | 6 | ||||
-rw-r--r-- | templates/email/harrogate/submit.txt | 4 | ||||
-rw-r--r-- | templates/email/oxfordshire/submit.txt | 4 | ||||
-rw-r--r-- | templates/email/seesomething/submit.txt | 4 | ||||
-rw-r--r-- | templates/web/base/admin/report_edit.html | 11 |
10 files changed, 30 insertions, 11 deletions
diff --git a/templates/email/default/submit.txt b/templates/email/default/submit.txt index 3b6549d8e..5d79f3b41 100644 --- a/templates/email/default/submit.txt +++ b/templates/email/default/submit.txt @@ -21,7 +21,7 @@ Email: [% email %] Details: [% detail %] -[% easting_northing %]Latitude: [% latitude %] +Latitude: [% latitude %] Longitude: [% longitude %] diff --git a/templates/email/fiksgatami/nn/submit.txt b/templates/email/fiksgatami/nn/submit.txt index c3468a085..32a895632 100644 --- a/templates/email/fiksgatami/nn/submit.txt +++ b/templates/email/fiksgatami/nn/submit.txt @@ -21,7 +21,7 @@ E-post: [% email %] Detaljer: [% detail %] -[% easting_northing %]Breiddegrad: [% latitude %] +Breiddegrad: [% latitude %] Lengdegrad: [% longitude %] diff --git a/templates/email/fiksgatami/submit.txt b/templates/email/fiksgatami/submit.txt index d149f7f04..a0e0687eb 100644 --- a/templates/email/fiksgatami/submit.txt +++ b/templates/email/fiksgatami/submit.txt @@ -21,7 +21,7 @@ E-post: [% email %] Detajer: [% detail %] -[% easting_northing %]Breddegrad: [% latitude %] +Breddegrad: [% latitude %] Lengegrad: [% longitude %] diff --git a/templates/email/fixamingata/submit.txt b/templates/email/fixamingata/submit.txt index 4704cbd56..009ac9c6a 100644 --- a/templates/email/fixamingata/submit.txt +++ b/templates/email/fixamingata/submit.txt @@ -28,7 +28,7 @@ ID: [% id %] ** Geografisk position -[% easting_northing %]Latitude: [% latitude %] +Latitude: [% latitude %] Longitude: [% longitude %] diff --git a/templates/email/fixmystreet.com/submit-oxfordshire.txt b/templates/email/fixmystreet.com/submit-oxfordshire.txt index f0fc5e9b7..547f7ce7f 100644 --- a/templates/email/fixmystreet.com/submit-oxfordshire.txt +++ b/templates/email/fixmystreet.com/submit-oxfordshire.txt @@ -21,7 +21,9 @@ Email: [% email %] Details: [% detail %] -[% easting_northing %]Latitude: [% latitude %] +Easting/Northing: [% easting %]/[% northing %] + +Latitude: [% latitude %] Longitude: [% longitude %] diff --git a/templates/email/fixmystreet.com/submit.txt b/templates/email/fixmystreet.com/submit.txt index 17642e645..735fdf37d 100644 --- a/templates/email/fixmystreet.com/submit.txt +++ b/templates/email/fixmystreet.com/submit.txt @@ -21,7 +21,11 @@ Email: [% email %] Details: [% detail %] -[% easting_northing %]Latitude: [% latitude %] +Easting/Northing +[%- " (IE)" IF coordsyst == "I" -%] +: [% easting %]/[% northing %] + +Latitude: [% latitude %] Longitude: [% longitude %] diff --git a/templates/email/harrogate/submit.txt b/templates/email/harrogate/submit.txt index 7f9357cf8..a4dcd5220 100644 --- a/templates/email/harrogate/submit.txt +++ b/templates/email/harrogate/submit.txt @@ -21,7 +21,9 @@ Email: [% email %] [% detail %] [% additional_information %] -[% easting_northing %]Latitude: [% latitude %] +Easting/Northing: [% easting %]/[% northing %] + +Latitude: [% latitude %] Longitude: [% longitude %] diff --git a/templates/email/oxfordshire/submit.txt b/templates/email/oxfordshire/submit.txt index f0fc5e9b7..547f7ce7f 100644 --- a/templates/email/oxfordshire/submit.txt +++ b/templates/email/oxfordshire/submit.txt @@ -21,7 +21,9 @@ Email: [% email %] Details: [% detail %] -[% easting_northing %]Latitude: [% latitude %] +Easting/Northing: [% easting %]/[% northing %] + +Latitude: [% latitude %] Longitude: [% longitude %] diff --git a/templates/email/seesomething/submit.txt b/templates/email/seesomething/submit.txt index e1c048e15..1f2adc11d 100644 --- a/templates/email/seesomething/submit.txt +++ b/templates/email/seesomething/submit.txt @@ -13,7 +13,9 @@ of a problem that they believe might require your attention. Details: [% detail %] -[% easting_northing %]Latitude: [% latitude %] +Easting/Northing: [% easting %]/[% northing %] + +Latitude: [% latitude %] Longitude: [% longitude %] diff --git a/templates/web/base/admin/report_edit.html b/templates/web/base/admin/report_edit.html index 065c6c2ce..20ed25c21 100644 --- a/templates/web/base/admin/report_edit.html +++ b/templates/web/base/admin/report_edit.html @@ -25,11 +25,18 @@ '/' UNLESS c.config.MAPIT_URL.search('/$') %]point/4326/[% problem.longitude %],[% problem.latitude %].html" class="admin-offsite-link">[% problem.latitude %], [% problem.longitude %]</a> -( [% + +[% SET local_coords = problem.local_coords; + IF local_coords %] + ([% local_coords.0 %], [% local_coords.1 %]) +[% END %] + +([% SET postcode_safe = problem.postcode | html; tprintf( loc('originally entered: “%s”'), postcode_safe ) %], -[% IF problem.used_map %][% loc('used map') %][% ELSE %][% loc("didn't use map") %][% END %])</li> +[% IF problem.used_map %][% loc('used map') %][% ELSE %][% loc("didn't use map") %][% END %]) +</li> <li>[% loc('Body:') %] [% IF problem.bodies_str %] |