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.html14
1 files changed, 6 insertions, 8 deletions
diff --git a/templates/web/base/admin/header.html b/templates/web/base/admin/header.html
index 145bb986d..ddaa4aa44 100644
--- a/templates/web/base/admin/header.html
+++ b/templates/web/base/admin/header.html
@@ -1,16 +1,14 @@
-[% INCLUDE 'header.html' admin = 1, bodyclass = 'fullwidthpage admin' %]
+[%
+ SET bodyclass = bodyclass || 'fullwidthpage';
+ INCLUDE 'header.html' admin = 1, bodyclass = bodyclass _ ' admin';
+%]
<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; }
+.sm { font-size: smaller; }
</style>
- <p><strong>[% tprintf(loc('%s admin:', "%s here is the site name"), site_name) %]</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>
+[% INCLUDE 'admin/navigation.html' UNLESS bodyclass.match('mappage') %]