diff options
-rw-r--r-- | templates/web/bromley/auth/sign_out.html | 8 | ||||
-rwxr-xr-x | templates/web/bromley/faq/faq-en-gb.html | 22 | ||||
-rw-r--r-- | templates/web/bromley/tokens/confirm_problem.html | 2 | ||||
-rw-r--r-- | web/cobrands/bromley/bromley.scss | 2 |
4 files changed, 14 insertions, 20 deletions
diff --git a/templates/web/bromley/auth/sign_out.html b/templates/web/bromley/auth/sign_out.html new file mode 100644 index 000000000..63749b233 --- /dev/null +++ b/templates/web/bromley/auth/sign_out.html @@ -0,0 +1,8 @@ +[% INCLUDE 'header.html', title = loc('Sign out'), bodyclass = 'fullwidthpage' %] + +<p>You have been signed out of Bromley’s street and parks problem reporting system.</p> + +<p>Please feel free to <a href="[% c.uri_for('/auth') %]">sign in again</a>, or +go back to the <a href="/">main street and parks reporting page</a>.</p> + +[% INCLUDE 'footer.html' %] diff --git a/templates/web/bromley/faq/faq-en-gb.html b/templates/web/bromley/faq/faq-en-gb.html index 0b0b630a6..91bcba696 100755 --- a/templates/web/bromley/faq/faq-en-gb.html +++ b/templates/web/bromley/faq/faq-en-gb.html @@ -1,15 +1,4 @@ -[% INCLUDE 'header.html', title => loc('Frequently Asked Questions'), bodyclass => 'twothirdswidthpage' %] - -<div class="sticky-sidebar"> - <aside> - <ul class="plain-list"> - <li><a href="#faq">Frequently Asked Questions</a></li> - <li><a href="#practical">Practical Questions</a></li> - <li><a href="#privacy">Privacy Questions</a></li> - <li><a href="#organisation">Organisation Questions</a></li> - </ul> - </aside> -</div> +[% INCLUDE 'header.html', title = 'Help', bodyclass = 'fullwidthpage' %] <p>These pages are for reporting things which are broken or dirty or damaged or dumped, and need fixing, cleaning or clearing, such as:</p> <ul><li>abandoned vehicles @@ -23,7 +12,7 @@ <dl> <dt>What issues can’t be reported here?</dt> - <dd>It is not a way of reporting all issues. Problems such as: + <dd><p>It is not a way of reporting all issues. Problems such as:</p> <ul> <li>missed rubbish or recycling collections <li>anti-social behaviour @@ -68,12 +57,7 @@ benefits in the civic and community aspects of their lives. Our first project was <a href="http://www.writetothem.com/">WriteToThem</a>, where you can write to any of your elected representatives, for free. The charity is called UK Citizens Online Democracy and is charity number 1076346. mySociety can be contacted by email at <a href="mailto:hello@mysociety.org">hello@mysociety.org</a>, -or by post at:<br> -mySociety<br> -483 Green Lanes<br> -London<br> -N13 4BS<br> -UK</dd> +or by post at: mySociety, 483 Green Lanes, London, N13 4BS, UK.</dd> <dt>Why does the site use kilometres for measurements?</dt> <dd>The British national diff --git a/templates/web/bromley/tokens/confirm_problem.html b/templates/web/bromley/tokens/confirm_problem.html index 840f0b061..d002cc262 100644 --- a/templates/web/bromley/tokens/confirm_problem.html +++ b/templates/web/bromley/tokens/confirm_problem.html @@ -8,4 +8,6 @@ and this will now be investigated by the council. You can <a href="[% c.uri_for( '/report', problem.id ) %]">view the problem on this site</a>. </p> +<p>Your reference for this problem is [% problem.id %], please quote it in any enquiries.</p> + [% INCLUDE 'footer.html' %] diff --git a/web/cobrands/bromley/bromley.scss b/web/cobrands/bromley/bromley.scss index d6b2d370d..067c2d2a2 100644 --- a/web/cobrands/bromley/bromley.scss +++ b/web/cobrands/bromley/bromley.scss @@ -95,7 +95,7 @@ body { color: #333; font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; // Width is actually 637, but that causes wrap-around, need to ask for fixes and corner image .main-menu { background: url('/cobrands/bromley/main-menu1.gif') no-repeat; width: 638px; } .main-menu ul { margin: 0; } -.main-menu li { list-style-type: none; } +.main-menu li { list-style-type: none; color: #ccf; } .main-menu li.last { padding-right: 0; } .main-menu li.last a:hover, .main-menu li.last a:active {background:url('/cobrands/bromley/main-menu-hover-home-right.gif') repeat-x;} //#search input { display: inline; margin: 0; @include border-radius(0em); } |