summaryrefslogtreecommitdiffstats
path: root/template/en/default/search/form.html.tmpl
diff options
context:
space:
mode:
authorkiko%async.com.br <>2003-11-27 03:57:50 +0100
committerkiko%async.com.br <>2003-11-27 03:57:50 +0100
commit44a7b4d9294e1bffff4362fdf4075059b03eb95a (patch)
treecd12039d0865b4480d2f9847de028ff7049717b8 /template/en/default/search/form.html.tmpl
parent3a2858fc9a7436dc9c956d1635c841087d84e283 (diff)
downloadbugzilla-44a7b4d9294e1bffff4362fdf4075059b03eb95a.tar.gz
bugzilla-44a7b4d9294e1bffff4362fdf4075059b03eb95a.tar.xz
Bug 226229: Query.cgi HTML Transitional 4.01 validation fails for
query.cgi. Fixes outstanding validation issues. patch by Anthony Christofides, r=kiko, a=justdave
Diffstat (limited to 'template/en/default/search/form.html.tmpl')
-rw-r--r--template/en/default/search/form.html.tmpl8
1 files changed, 4 insertions, 4 deletions
diff --git a/template/en/default/search/form.html.tmpl b/template/en/default/search/form.html.tmpl
index db20c6aa5..c33b2f0bd 100644
--- a/template/en/default/search/form.html.tmpl
+++ b/template/en/default/search/form.html.tmpl
@@ -727,13 +727,13 @@ function selectProduct(f) {
<legend><strong>[% terms.Bug %] Changes</strong></legend>
-<dl>
+<dl class="bug_changes">
<dt>Only [% terms.bugs %] changed between:</dt>
<dd>
<input name="chfieldfrom" size="10" value="[% default.chfieldfrom.0 FILTER html %]">
and <input name="chfieldto" size="10" value="[% default.chfieldto.0 FILTER html %]">
<br>(YYYY-MM-DD or <a href="queryhelp.cgi#changedbetween">relative dates</a>)
- </dd><br>
+ </dd>
<dt>where one or more of the following changed:</dt>
<dd>
<select name="chfield" multiple="multiple" size="4">
@@ -743,11 +743,11 @@ function selectProduct(f) {
[% (field_descs.$field || field) FILTER html %]</option>
[% END %]
</select>
- </dd><br>
+ </dd>
<dt>and the new value was:</dt>
<dd>
<input name="chfieldvalue" size="20" value="[% default.chfieldvalue.0 FILTER html %]">
- </dd><br>
+ </dd>
</dl>
</fieldset>