From e97dcc1b7c1d05825923a83330bcd6986769df39 Mon Sep 17 00:00:00 2001 From: Tiago Mello Date: Fri, 18 Nov 2011 15:37:32 -0200 Subject: Bug 643411: New default bug limit makes time summary results confusing r/a=mkanat --- template/en/default/list/list.html.tmpl | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'template/en/default/list/list.html.tmpl') diff --git a/template/en/default/list/list.html.tmpl b/template/en/default/list/list.html.tmpl index b5c414ba1..fdd663d2a 100644 --- a/template/en/default/list/list.html.tmpl +++ b/template/en/default/list/list.html.tmpl @@ -186,6 +186,14 @@ + [% IF time_summary_limited %] + + Time Summary will only include the bugs shown above. In order to + to see a time summary for all bugs found by the search, you can + + Show all search results. + [% END %] [% END %] @@ -295,6 +303,7 @@ See all search results for this query. + [% time_summary_limited = 1 %] [% ELSIF bugs.size == 1 %] One [% terms.bug %] found. [% ELSE %] -- cgit v1.2.3-24-g4f1b