From 899f61d64550dfd9452972cea600505cc8c7d4e3 Mon Sep 17 00:00:00 2001 From: "bugreport%peshkin.net" <> Date: Wed, 21 Jul 2004 04:46:46 +0000 Subject: Bug 245272: Add per-chart negation to boolean searches r=justdave,myk,timeless a=myk --- template/en/default/search/boolean-charts.html.tmpl | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'template/en/default/search/boolean-charts.html.tmpl') diff --git a/template/en/default/search/boolean-charts.html.tmpl b/template/en/default/search/boolean-charts.html.tmpl index ba88b67b4..6887321f4 100644 --- a/template/en/default/search/boolean-charts.html.tmpl +++ b/template/en/default/search/boolean-charts.html.tmpl @@ -57,7 +57,16 @@ [% FOREACH chart = default.charts %] [% chartnum = loop.count - 1 %] - [% FOREACH row = chart %] + + + + + [% FOREACH row = chart.rows %] [% rownum = loop.count - 1 %] [% FOREACH col = row %] -- cgit v1.2.3-24-g4f1b