aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/base/admin/header.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/web/base/admin/header.html')
-rw-r--r--templates/web/base/admin/header.html16
1 files changed, 16 insertions, 0 deletions
diff --git a/templates/web/base/admin/header.html b/templates/web/base/admin/header.html
new file mode 100644
index 000000000..9f3503e20
--- /dev/null
+++ b/templates/web/base/admin/header.html
@@ -0,0 +1,16 @@
+[% INCLUDE 'header.html' admin = 1, bodyclass = 'fullwidthpage admin show-admin-notes' %]
+<style type="text/css">
+dt { clear: left; float: left; font-weight: bold; }
+dd { margin-left: 8em; }
+.adminhidden { color: #666666; }
+.error { color: red; }
+select { width: auto; }
+</style>
+
+ <p><strong>[% loc('FixMyStreet admin:') %]</strong>
+ [%- FOREACH link IN allowed_links %]
+ <a href="[% c.uri_for( link ) %]">[% allowed_pages.$link.0 %]</a>
+ [% IF NOT loop.last %]|[% END %]
+ [% END %]</p>
+
+ <h1>[% title %]</h1>