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

[% INCLUDE 'admin/navigation.html' UNLESS bodyclass.match('mappage') %]