From f8b6853ab1255b24804dd9b8fdff7d7972e614f6 Mon Sep 17 00:00:00 2001 From: Tiago Mello Date: Fri, 18 Nov 2011 15:35:55 -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') diff --git a/template/en/default/list/list.html.tmpl b/template/en/default/list/list.html.tmpl index 28540cdc0..29b0532d0 100644 --- a/template/en/default/list/list.html.tmpl +++ b/template/en/default/list/list.html.tmpl @@ -187,6 +187,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 %] @@ -296,6 +304,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