aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Arter <davea@mysociety.org>2019-06-20 13:33:04 +0100
committerDave Arter <davea@mysociety.org>2019-06-20 13:33:04 +0100
commit5670637715d6c45cd53e52ab16830cfaa24e4495 (patch)
tree6710d6f688b5b44e6c52eeac4653d5dd4d293399
parent1aeca7c6130aa6de377c8e00e8d22ae05943e919 (diff)
[Bromley] Add temporary maintenance banner
-rw-r--r--templates/web/bromley/before_wrapper.html10
-rw-r--r--templates/web/bromley/report/new/top_message.html1
-rw-r--r--web/cobrands/bromley/base.scss4
3 files changed, 15 insertions, 0 deletions
diff --git a/templates/web/bromley/before_wrapper.html b/templates/web/bromley/before_wrapper.html
new file mode 100644
index 000000000..f88e46d8c
--- /dev/null
+++ b/templates/web/bromley/before_wrapper.html
@@ -0,0 +1,10 @@
+<div class="top_banner">
+ <p>
+ Whilst reports will be actioned in the usual way, please be aware that
+ there will be a temporary slightly longer response of 1 working day as
+ a back office software upgrade is taking place.
+ </p>
+ <p>
+ <a href="https://www.bromley.gov.uk/info/200119/customer_services/1022/contact_us_by_telephone">Please report urgent matters by calling us</a>.
+ </p>
+</div>
diff --git a/templates/web/bromley/report/new/top_message.html b/templates/web/bromley/report/new/top_message.html
new file mode 100644
index 000000000..04e265adc
--- /dev/null
+++ b/templates/web/bromley/report/new/top_message.html
@@ -0,0 +1 @@
+[% INCLUDE 'before_wrapper.html' %] \ No newline at end of file
diff --git a/web/cobrands/bromley/base.scss b/web/cobrands/bromley/base.scss
index 9435aa35d..768507173 100644
--- a/web/cobrands/bromley/base.scss
+++ b/web/cobrands/bromley/base.scss
@@ -371,6 +371,10 @@ body.mappage {
}
}
+body.mappage > .top_banner {
+ display: none;
+}
+
// Bromley's footer
.site-footer {
width: 100%;