diff options
author | Dave Whiteland <dave@mysociety.org> | 2013-08-14 18:23:48 +0100 |
---|---|---|
committer | Dave Whiteland <dave@mysociety.org> | 2013-09-05 17:31:07 +0100 |
commit | 704bce1c5858ecd1e0bf810a2ea14ad6067a55db (patch) | |
tree | e4c17d1331d9b5c46fb9fd3fbc040e79dc49fc9c | |
parent | 29f96a0694deb74b540498ffec45c1ee33d4d384 (diff) |
add "no reports found" message to reports search
-rw-r--r-- | templates/web/default/admin/reports.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/web/default/admin/reports.html b/templates/web/default/admin/reports.html index d57b2f53e..7267dd11d 100644 --- a/templates/web/default/admin/reports.html +++ b/templates/web/default/admin/reports.html @@ -20,6 +20,12 @@ [% INCLUDE 'pagination.html', admin = 1, param = 'p' IF pager %] +[% ELSIF searched %] + +<div class="fms-admin-warning"> + [% loc("Searching found no reports.") %] +</div> + [% END %] [% INCLUDE 'admin/list_updates.html' %] |