summaryrefslogtreecommitdiffstats
path: root/template/en/default/search/boolean-charts.html.tmpl
diff options
context:
space:
mode:
authorjocuri%softhome.net <>2004-11-03 07:27:06 +0100
committerjocuri%softhome.net <>2004-11-03 07:27:06 +0100
commitcb9bb57018230e2f4b1cccdc90f2c4402a5d80b0 (patch)
tree7f11c8dc66336b40f9feacea059ad48e1df994a3 /template/en/default/search/boolean-charts.html.tmpl
parent3f73d7e93eee2578d7331407c62b19a396e64486 (diff)
downloadbugzilla-cb9bb57018230e2f4b1cccdc90f2c4402a5d80b0.tar.gz
bugzilla-cb9bb57018230e2f4b1cccdc90f2c4402a5d80b0.tar.xz
Patch for bug 265011: Add missing <td> and </td> tags in query.cgi; patch by Frédéric Buclin <LpSolit@netscape.net>; r=kiko, a=justdave.
Diffstat (limited to 'template/en/default/search/boolean-charts.html.tmpl')
-rw-r--r--template/en/default/search/boolean-charts.html.tmpl13
1 files changed, 7 insertions, 6 deletions
diff --git a/template/en/default/search/boolean-charts.html.tmpl b/template/en/default/search/boolean-charts.html.tmpl
index 8caeac6e8..ae5992131 100644
--- a/template/en/default/search/boolean-charts.html.tmpl
+++ b/template/en/default/search/boolean-charts.html.tmpl
@@ -59,13 +59,14 @@
[% chartnum = loop.count - 1 %]
<table>
<tr>
- <input type="checkbox" id="negate[% chartnum FILTER html %]"
+ <td>
+ <input type="checkbox" id="negate[% chartnum FILTER html %]"
name="negate[% chartnum FILTER html %]" value="1"
- [% "checked" IF chart.negate %]
- >
- <label for="negate[% chartnum FILTER html %]">
- Not (negate this whole chart)
- </label>
+ [% "checked" IF chart.negate %]>
+ <label for="negate[% chartnum FILTER html %]">
+ Not (negate this whole chart)
+ </label>
+ </td>
</tr>
[% FOREACH row = chart.rows %]
[% rownum = loop.count - 1 %]