diff options
-rw-r--r-- | template/en/default/search/boolean-charts.html.tmpl | 13 |
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 %] |