From: mkanat%bugzilla.org <> Date: Tue, 28 Apr 2009 20:16:49 +0000 (+0000) Subject: Bug 103523: Don't split buglist table every 100 bugs for new browsers X-Git-Tag: bugzilla-3.5.1~236 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=41eac19cb25da6cd77e2c43f3c24f9b7884d7935;p=thirdparty%2Fbugzilla.git Bug 103523: Don't split buglist table every 100 bugs for new browsers Patch by Max Kanat-Alexander r=LpSolit, a=LpSolit --- diff --git a/template/en/default/list/table.html.tmpl b/template/en/default/list/table.html.tmpl index 9b27b00944..ed1f3de3f4 100644 --- a/template/en/default/list/table.html.tmpl +++ b/template/en/default/list/table.html.tmpl @@ -156,14 +156,10 @@ [%# Bug Table #%] [%############################################################################%] +[% tableheader %] + [% FOREACH bug = bugs %] [% count = loop.count() %] - [% FLUSH IF count % 10 == 1 %] - - [%# At the beginning of every hundred bugs in the list, start a new table. %] - [% IF count % 100 == 1 %] - [% tableheader %] - [% END %]