diff options
-rw-r--r-- | templates/email/default/questionnaire.txt | 2 | ||||
-rw-r--r-- | templates/web/default/report/display.html | 2 | ||||
-rw-r--r-- | templates/web/default/report/new/fill_in_details.html | 6 | ||||
-rw-r--r-- | web/css/main-scambs.css | 46 |
4 files changed, 3 insertions, 53 deletions
diff --git a/templates/email/default/questionnaire.txt b/templates/email/default/questionnaire.txt index 4be8eeaa4..7ff184c41 100644 --- a/templates/email/default/questionnaire.txt +++ b/templates/email/default/questionnaire.txt @@ -1,4 +1,4 @@ -Subject: Questionnaire about your problem on FixMyStreet +Subject: FixMyStreet questionnaire about '<?=$values['title']?>' Hi <?=$values['name']?>, diff --git a/templates/web/default/report/display.html b/templates/web/default/report/display.html index 1f4456086..5cc3ec21d 100644 --- a/templates/web/default/report/display.html +++ b/templates/web/default/report/display.html @@ -84,7 +84,7 @@ <div class="checkbox"> <input type="checkbox" name="may_show_name" id="form_may_show_name" value="1"[% may_show_name %]> - <label for="form_may_show_name">[% loc('Can we show your name publicly?') %]</label> + <label for="form_may_show_name">[% loc('Show my name publicly') %]</label> <small>[% loc('(we never show your email address or phone number)') %]</small> </div> diff --git a/templates/web/default/report/new/fill_in_details.html b/templates/web/default/report/new/fill_in_details.html index 26f092c8e..69e71be49 100644 --- a/templates/web/default/report/new/fill_in_details.html +++ b/templates/web/default/report/new/fill_in_details.html @@ -137,11 +137,7 @@ [%# if there is nothing in the name field then set check box as default on form %] <input type="checkbox" name="may_show_name" id="form_may_show_name" value="1"[% ' checked' IF !report.anonymous || !report.name %]> - [% IF c.cobrand.moniker == 'emptyhomes' %] - <label for="form_may_show_name">[% loc('Can we show your name on the site?') %]</label> - [% ELSE %] - <label for="form_may_show_name">[% loc('Can we show your name publicly?') %]</label> - [% END %] + <label for="form_may_show_name">[% loc('Show my name publicly') %]</label> <small>[% loc('(we never show your email address or phone number)') %]</small> </div> diff --git a/web/css/main-scambs.css b/web/css/main-scambs.css deleted file mode 100644 index 52f01ffcf..000000000 --- a/web/css/main-scambs.css +++ /dev/null @@ -1,46 +0,0 @@ -ul#error { - padding-top: 4px; - padding-bottom: 4px; -} - -blockquote { - border-left: solid 4px #013B63; -} - -.a { - color: #000000; - background-color: #427499; -} - -#postcodeForm, #front_stats div { - background-color: #427499; - color: #ffffff; -} - -#front_stats div { - padding: 0.5em 0; - width: 7em; -} - -/* Smaller map */ -#map_box { - width: 380px; -} -#map, #drag { - width: 378px; - height: 378px; -} -#watermark { - display: none; - background: url("/i/mojwatermark-378.png"); - height: 84px; - width: 171px; - position: absolute; - bottom: 0; - right: 0; -} - -#fixed, #unknown { - margin-right: 400px; -} - |