diff options
-rw-r--r-- | perllib/Page.pm | 4 | ||||
-rw-r--r-- | templates/emails/submit-brent | 3 | ||||
-rw-r--r-- | templates/emails/submit-council | 3 | ||||
-rw-r--r-- | templates/emails/update-confirm | 2 | ||||
-rwxr-xr-x | web/index.cgi | 6 |
5 files changed, 10 insertions, 8 deletions
diff --git a/perllib/Page.pm b/perllib/Page.pm index 164ccca76..23fb73e91 100644 --- a/perllib/Page.pm +++ b/perllib/Page.pm @@ -6,7 +6,7 @@ # Copyright (c) 2006 UK Citizens Online Democracy. All rights reserved. # Email: matthew@mysociety.org; WWW: http://www.mysociety.org/ # -# $Id: Page.pm,v 1.108 2008-09-16 15:45:09 matthew Exp $ +# $Id: Page.pm,v 1.109 2008-09-16 15:48:16 matthew Exp $ # package Page; @@ -384,7 +384,7 @@ sub map_pins { # And somehow display/link to old problems somewhere else... my $nearby = []; #if (@$current_map < 9) { - my $limit = 9; # - @$current_map; + my $limit = 20; # - @$current_map; $nearby = Problems::nearby($dist, join(',', @ids), $limit, $mid_e, $mid_n); foreach (@$nearby) { my $px = Page::os_to_px($_->{easting}, $sx); diff --git a/templates/emails/submit-brent b/templates/emails/submit-brent index 13b2f44fa..3fb6dc8e3 100644 --- a/templates/emails/submit-brent +++ b/templates/emails/submit-brent @@ -29,7 +29,8 @@ Northing: <?=$values['northing']?> Replies to this email will go to the user who submitted the problem. -Yours, The FixMyStreet team +Yours, +The FixMyStreet team [ This message was sent via FixMyStreet, a project of UKCOD, registered charity number 1076346. If there is a more appropriate email address for messages about diff --git a/templates/emails/submit-council b/templates/emails/submit-council index 9f377fb16..1a1db83bb 100644 --- a/templates/emails/submit-council +++ b/templates/emails/submit-council @@ -25,7 +25,8 @@ Details: <?=$values['detail']?> Replies to this email will go to the user who submitted the problem. -Yours, The FixMyStreet team +Yours, +The FixMyStreet team [ This message was sent via FixMyStreet, a project of UKCOD, registered charity number 1076346. If there is a more appropriate email address for messages about diff --git a/templates/emails/update-confirm b/templates/emails/update-confirm index 8e226a0bd..11878ad0b 100644 --- a/templates/emails/update-confirm +++ b/templates/emails/update-confirm @@ -13,5 +13,5 @@ Your update reads: <?=$values['update']?> -Yours, +Yours, The FixMyStreet team diff --git a/web/index.cgi b/web/index.cgi index c96d49065..d0471b81a 100755 --- a/web/index.cgi +++ b/web/index.cgi @@ -6,7 +6,7 @@ # Copyright (c) 2006 UK Citizens Online Democracy. All rights reserved. # Email: matthew@mysociety.org. WWW: http://www.mysociety.org # -# $Id: index.cgi,v 1.206 2008-09-16 15:45:10 matthew Exp $ +# $Id: index.cgi,v 1.207 2008-09-16 15:48:16 matthew Exp $ use strict; use Standard; @@ -108,7 +108,7 @@ EOF } } $out .= <<EOF; -<label for="pc">Enter a nearby UK postcode, or street name and area:</label> +<label for="pc">Enter a nearby GB postcode, or street name and area:</label> <input type="text" name="pc" value="$pc_h" id="pc" size="10" maxlength="200"> <input type="submit" value="Go" id="submit"> </form> @@ -121,7 +121,7 @@ EOF $step4 = $q->li('The council receives your report and acts upon it') if $q->{site} eq 'scambs'; $out .= $q->ol( - $q->li(_('Enter a nearby UK postcode, or street name and area')), + $q->li(_('Enter a nearby GB postcode, or street name and area')), $q->li(_('Locate the problem on a map of the area')), $q->li(_('Enter details of the problem')), $step4 |