aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/default/admin/header.html
blob: 9f3503e208f1174a0a9ac8bed9a437233c60ee31 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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>