From 704bce1c5858ecd1e0bf810a2ea14ad6067a55db Mon Sep 17 00:00:00 2001 From: Dave Whiteland Date: Wed, 14 Aug 2013 18:23:48 +0100 Subject: add "no reports found" message to reports search --- templates/web/default/admin/reports.html | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'templates/web/default/admin/reports.html') 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 %] + +
+ [% loc("Searching found no reports.") %] +
+ [% END %] [% INCLUDE 'admin/list_updates.html' %] -- cgit v1.2.3