summaryrefslogtreecommitdiffstats
path: root/template/en/default/list
diff options
context:
space:
mode:
authorDave Lawrence <dlawrence@mozilla.com>2011-11-22 00:01:04 +0100
committerDave Lawrence <dlawrence@mozilla.com>2011-11-22 00:01:04 +0100
commit5f1ae49c9a96fca5be3297c4d6b322df4c7ac77f (patch)
tree0dff9880cef5fdf236ebe16b788366a28599927b /template/en/default/list
parentb689f676ba312e3a06d1f8f68df520f5ca220381 (diff)
parent4d99c123ee568e5a548968de8417ebc70a24efe4 (diff)
downloadbugzilla-5f1ae49c9a96fca5be3297c4d6b322df4c7ac77f.tar.gz
bugzilla-5f1ae49c9a96fca5be3297c4d6b322df4c7ac77f.tar.xz
merged with bmo/4.2
Diffstat (limited to 'template/en/default/list')
-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 982695f35..97e6c0077 100644
--- a/template/en/default/list/list.html.tmpl
+++ b/template/en/default/list/list.html.tmpl
@@ -188,6 +188,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 [% terms.bugs %] shown above. In order to
+ to see a time summary for all [% terms.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>
@@ -297,6 +305,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 %]