aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/default/admin/header.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/web/default/admin/header.html')
-rw-r--r--templates/web/default/admin/header.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/web/default/admin/header.html b/templates/web/default/admin/header.html
index 114c96a18..9f3503e20 100644
--- a/templates/web/default/admin/header.html
+++ b/templates/web/default/admin/header.html
@@ -1,8 +1,8 @@
-[% INCLUDE 'header.html' admin = 1, bodyclass = 'fullwidthpage' %]
+[% 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; }
-.hidden { color: #666666; }
+.adminhidden { color: #666666; }
.error { color: red; }
select { width: auto; }
</style>