diff options
-rw-r--r-- | templates/web/bathnes/around/intro.html | 2 | ||||
-rw-r--r-- | templates/web/bathnes/report/_show_name_label.html | 5 | ||||
-rw-r--r-- | templates/web/bathnes/report/new/councils_extra_text.html | 7 |
3 files changed, 10 insertions, 4 deletions
diff --git a/templates/web/bathnes/around/intro.html b/templates/web/bathnes/around/intro.html index 14b4ce024..1bbbf2ff0 100644 --- a/templates/web/bathnes/around/intro.html +++ b/templates/web/bathnes/around/intro.html @@ -1,5 +1,5 @@ <h1>Report problems on the highway</h1> <h2>Report problems like potholes, blocked drains, faulty street lights, and cracks in pavements.</h2> -<h2>Report other issues or make enquiries using our <a href="https://www.bathnes.gov.uk/reportit">report it</a> forms.</h2> +<h2 style='margin-top:1em'>Report other issues or make enquiries using our <a href="https://www.bathnes.gov.uk/reportit">report it</a> forms.</h2> <h2>Report emergencies by calling 01225 39 40 41 (option 9).</h2> diff --git a/templates/web/bathnes/report/_show_name_label.html b/templates/web/bathnes/report/_show_name_label.html new file mode 100644 index 000000000..8e58f816a --- /dev/null +++ b/templates/web/bathnes/report/_show_name_label.html @@ -0,0 +1,5 @@ +[%# if there is nothing in the name field then set check box as default on form %] +<div class="checkbox-group"> + <input type="checkbox" name="may_show_name" id="form_may_show_name" value="1"[% ' checked' IF name_public %]> + <label class="inline" for="form_may_show_name">Tick here to show my name publicly</label> +</div> diff --git a/templates/web/bathnes/report/new/councils_extra_text.html b/templates/web/bathnes/report/new/councils_extra_text.html index 7896d1691..690d7301f 100644 --- a/templates/web/bathnes/report/new/councils_extra_text.html +++ b/templates/web/bathnes/report/new/councils_extra_text.html @@ -1,4 +1,5 @@ -<p> -Report other issues or make enquiries using our <a href="https://www.bathnes.gov.uk/reportit">report it</a> forms. +<p style='font-size: 85%; color: #F8F8F8; background-color:#00aeef; padding: 0.25em;'> +Report other issues or make enquiries using our +<a style='color:#fff; text-decoration:underline' href="https://www.bathnes.gov.uk/reportit">report it</a> forms. Report emergencies by calling 01225 39 40 41 (option 9) -</p>
\ No newline at end of file +</p> |