diff options
author | Hakim Cassimally <hakim@mysociety.org> | 2014-10-16 16:44:37 +0000 |
---|---|---|
committer | Hakim Cassimally <hakim@mysociety.org> | 2014-10-16 16:57:00 +0000 |
commit | 86564aaf51e82ad130c454f817f56b2bebe0a924 (patch) | |
tree | 804654ad47eaee12d5b71e1bedc616474fc4a134 /templates | |
parent | 6296cb33c93f47e1ff31859471f66f008c78d358 (diff) |
[Warwickshire] beta notice
see
https://github.com/mysociety/FixMyStreet-Commercial/issues/596
(in separate commit with inline style, to hopefully make easy to revert)
Diffstat (limited to 'templates')
-rw-r--r-- | templates/web/warwickshire/header.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/web/warwickshire/header.html b/templates/web/warwickshire/header.html index 5de61b56c..00cb76799 100644 --- a/templates/web/warwickshire/header.html +++ b/templates/web/warwickshire/header.html @@ -36,6 +36,9 @@ [% TRY %][% PROCESS 'set_body_class.html' %][% CATCH file %][% END %] <body class="style-1 [% bodyclass | html IF bodyclass %]"> + <div id="beta-label" style="position:fixed; top:0; left:0; z-index:1059"> + <img src="http://geofs.warwickshire.gov.uk/wp-content/themes/fullscreen-maps/images/beta.png"> + </div> <!--[if lt IE 7]> <div class="alert alert-error"><strong>You are using an outdated browser</strong>. You may want to <a href="//browsehappy.com/">upgrade your browser</a> to improve your experience.</div> <![endif]--> |