From 41eac19cb25da6cd77e2c43f3c24f9b7884d7935 Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Tue, 28 Apr 2009 20:16:49 +0000 Subject: Bug 103523: Don't split buglist table every 100 bugs for new browsers Patch by Max Kanat-Alexander r=LpSolit, a=LpSolit --- template/en/default/list/table.html.tmpl | 19 +++++-------------- 1 file changed, 5 insertions(+), 14 deletions(-) (limited to 'template') diff --git a/template/en/default/list/table.html.tmpl b/template/en/default/list/table.html.tmpl index 9b27b0094..ed1f3de3f 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 %] -- cgit v1.2.3-24-g4f1b