aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--templates/website/cobrands/emptyhomes/emptyhomes-header8
-rwxr-xr-xweb/confirm.cgi5
-rw-r--r--web/css/cobrands/emptyhomes/emptyhomes.css12
-rw-r--r--web/i/SEHPlogo-bwS.pngbin0 -> 17954 bytes
-rw-r--r--web/i/Sheltercymru47s.pngbin0 -> 9702 bytes
5 files changed, 20 insertions, 5 deletions
diff --git a/templates/website/cobrands/emptyhomes/emptyhomes-header b/templates/website/cobrands/emptyhomes/emptyhomes-header
index 1ece0cf30..09a96b581 100644
--- a/templates/website/cobrands/emptyhomes/emptyhomes-header
+++ b/templates/website/cobrands/emptyhomes/emptyhomes-header
@@ -17,8 +17,12 @@
<body>
<div id="header">
-<a href="http://www.emptyhomes.com/"><img border="0" src="/i/eha-logo.jpeg" alt="Empty Homes Agency" width="91" height="71" align="middle"></a>
-<a href="http://www.sheltercymru.org.uk/"><img border="0" src="/i/Sheltercymru47.gif" alt="Shelter Cymru" width="114" height="47" align="middle"></a>
+<a href="http://www.emptyhomes.com/"><img id="eha-logo" border="0" src="/i/eha-logo.jpeg" alt="Empty Homes Agency" width="91" height="71" align="left"></a>
+<div>
+<small><em>in conjunction with</em></small><br>
+<a href="http://www.sheltercymru.org.uk/"><img border="0" src="/i/Sheltercymru47s.png" alt="Shelter Cymru" width="80" height="33" align="bottom"></a>
+<a href="http://scotland.shelter.org.uk/housing_issues/more_homes/empty_homes"><img border="0" src="/i/SEHPlogo-bwS.png" alt="Scottish Empty Homes Partnership" width="131" height="40" align="bottom"></a>
+</div>
</div>
<div id="navigation">
diff --git a/web/confirm.cgi b/web/confirm.cgi
index d070a873f..cd874e9f0 100755
--- a/web/confirm.cgi
+++ b/web/confirm.cgi
@@ -156,7 +156,10 @@ $q->p(_('Thank you for using ReportEmptyHomes.com. Your action is already helpin
to resolve the UK&rsquo;s empty homes crisis.')) .
$q->p('<a href="/report/' . $id . '">' . _('View your report') . '</a>.');
} else {
- $out = $q->p(_('Thank you for reporting an empty property on ReportEmptyHomes.com.')) .
+ $out = $q->p(_('Thank you for reporting this empty property on ReportEmptyHomes.com.
+At present the report cannot be sent through to the council for this area. We
+are working with councils to link them into the system so that as many areas
+as possible will be covered.')) .
$q->p('<a href="/report/' . $id . '">' . _('View your report') . '</a>.');
}
} else {
diff --git a/web/css/cobrands/emptyhomes/emptyhomes.css b/web/css/cobrands/emptyhomes/emptyhomes.css
index 51f5447c8..2dcdce523 100644
--- a/web/css/cobrands/emptyhomes/emptyhomes.css
+++ b/web/css/cobrands/emptyhomes/emptyhomes.css
@@ -74,8 +74,6 @@ blockquote {
/* Site layout */
#header {
- font-size: 200%;
- font-weight: bold;
margin: 0;
padding: 5px 0;
float: left;
@@ -85,6 +83,16 @@ blockquote {
margin-left: 0.5em;
}
+#header #eha-logo {
+ float: left;
+ margin-right: 1em;
+}
+
+#header div {
+ float: left;
+ margin-top: 0.5em;
+}
+
#content {
width: 100%; /* Must specify a width or IE goes crazy wrong! */
position: relative;
diff --git a/web/i/SEHPlogo-bwS.png b/web/i/SEHPlogo-bwS.png
new file mode 100644
index 000000000..496d43115
--- /dev/null
+++ b/web/i/SEHPlogo-bwS.png
Binary files differ
diff --git a/web/i/Sheltercymru47s.png b/web/i/Sheltercymru47s.png
new file mode 100644
index 000000000..5547be1e0
--- /dev/null
+++ b/web/i/Sheltercymru47s.png
Binary files differ