aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2019-01-08 15:22:31 +0000
committerMatthew Somerville <matthew-github@dracos.co.uk>2019-01-09 17:24:15 +0000
commita9ca70f152ad75b80da0d15ad415782d15469782 (patch)
treeed5591d00de8cf0ddb231dc1fd1c696e80308ab7
parente911e644faceab8dc7d6d4f7f0fee4d8aa1d350a (diff)
Add wrapper to map filters.
-rw-r--r--templates/web/base/reports/_list-filters.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/web/base/reports/_list-filters.html b/templates/web/base/reports/_list-filters.html
index 2c2bee6bc..b898817fc 100644
--- a/templates/web/base/reports/_list-filters.html
+++ b/templates/web/base/reports/_list-filters.html
@@ -60,6 +60,8 @@
[% END %]
[% END %]
+<div class="report-list-filters-wrapper">
+
[% IF use_form_wrapper %]
<form method="get" action="">
[% END %]
@@ -94,3 +96,5 @@
[% IF use_form_wrapper %]
</form>
[% END %]
+
+</div>