]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 643411: New default bug limit makes time summary results confusing
authorTiago Mello <timello@gmail.com>
Fri, 18 Nov 2011 17:35:55 +0000 (15:35 -0200)
committerTiago Mello <timello@gmail.com>
Fri, 18 Nov 2011 17:35:55 +0000 (15:35 -0200)
r/a=mkanat

template/en/default/list/list.html.tmpl

index 28540cdc0c5a4ce6cccb4359da9cc3f871214d7d..29b0532d09b97f13ff7460e3241f9a6140e1d94d 100644 (file)
             <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>
       
       <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 %]