diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2016-06-24 18:05:00 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2016-06-29 09:31:31 +0100 |
commit | fb792c07ba49c15c1c9c4b9ae6372a7e33dba0ba (patch) | |
tree | 854c75305a9ab89ed11a6b6e2d86086bb167fc99 /templates/web/base/admin/navigation.html | |
parent | 19241c52172aec0c797a00b35a090e28f7858e1d (diff) |
Improve admin report edit page.
Show map, break into two columns, fix display of sent time after
clicking "Mark as sent", tidy up labels.
Diffstat (limited to 'templates/web/base/admin/navigation.html')
-rw-r--r-- | templates/web/base/admin/navigation.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/templates/web/base/admin/navigation.html b/templates/web/base/admin/navigation.html new file mode 100644 index 000000000..895589822 --- /dev/null +++ b/templates/web/base/admin/navigation.html @@ -0,0 +1,11 @@ +<div class="full-width full-width--top"> + <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> +</div> + +<h1>[% title %]</h1> |