summaryrefslogtreecommitdiffstats
path: root/template/en/default/list/list.html.tmpl
diff options
context:
space:
mode:
authorTiago Mello <timello@gmail.com>2011-11-18 18:37:32 +0100
committerTiago Mello <timello@gmail.com>2011-11-18 18:37:32 +0100
commite97dcc1b7c1d05825923a83330bcd6986769df39 (patch)
tree52d7651aa5056a7ce9da6c94f4873e4baa3562ee /template/en/default/list/list.html.tmpl
parent34b392c34fab6beb3d94ed944fb90f94fcf38d76 (diff)
downloadbugzilla-e97dcc1b7c1d05825923a83330bcd6986769df39.tar.gz
bugzilla-e97dcc1b7c1d05825923a83330bcd6986769df39.tar.xz
Bug 643411: New default bug limit makes time summary results confusing
r/a=mkanat
Diffstat (limited to 'template/en/default/list/list.html.tmpl')
-rw-r--r--template/en/default/list/list.html.tmpl9
1 files changed, 9 insertions, 0 deletions
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 @@
<input type="hidden" name="id" value="[% buglist_joined FILTER html %]">
<input type="submit" id="timesummary" value="Time Summary">
</form>
+ [% IF time_summary_limited %]
+ <small>
+ 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
+ <a href="buglist.cgi?[% urlquerypart FILTER html %]
+ [%- "&order=$qorder" FILTER html IF order %]&limit=0">
+ Show all search results</a>.</small>
+ [% END %]
[% END %]
</td>
@@ -295,6 +303,7 @@
<a href="buglist.cgi?[% urlquerypart FILTER html %]
[%- "&order=$qorder" FILTER html IF order %]&limit=0">See
all search results for this query</a>.
+ [% time_summary_limited = 1 %]
[% ELSIF bugs.size == 1 %]
One [% terms.bug %] found.
[% ELSE %]