From 5425e5f1d5a5185cd718b66ca2418cf60231338f Mon Sep 17 00:00:00 2001 From: "kiko%async.com.br" Date: Wed, 26 Nov 2003 18:57:50 +0000 Subject: [PATCH] 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 --- .../template/en/default/search/form.html.tmpl | 8 ++++---- .../en/default/search/search-advanced.html.tmpl | 13 +++++++------ .../template/en/default/search/search.html.tmpl | 13 +++++++------ 3 files changed, 18 insertions(+), 16 deletions(-) diff --git a/webtools/bugzilla/template/en/default/search/form.html.tmpl b/webtools/bugzilla/template/en/default/search/form.html.tmpl index db20c6aa592..c33b2f0bd02 100644 --- a/webtools/bugzilla/template/en/default/search/form.html.tmpl +++ b/webtools/bugzilla/template/en/default/search/form.html.tmpl @@ -727,13 +727,13 @@ function selectProduct(f) { [% terms.Bug %] Changes -
+
Only [% terms.bugs %] changed between:
and
(YYYY-MM-DD or relative dates) -

+
where one or more of the following changed:
-

+
and the new value was:
-

+
diff --git a/webtools/bugzilla/template/en/default/search/search-advanced.html.tmpl b/webtools/bugzilla/template/en/default/search/search-advanced.html.tmpl index 5150fa408d5..4b095239408 100644 --- a/webtools/bugzilla/template/en/default/search/search-advanced.html.tmpl +++ b/webtools/bugzilla/template/en/default/search/search-advanced.html.tmpl @@ -41,6 +41,9 @@ td.unselected_tab, td.spacer { border-width: 0px 0px 2px 0px; border-style: solid; + } + dl.bug_changes dt { + margin-top: 15px; }" %] @@ -50,19 +53,17 @@ [%# The decent help requires Javascript %] [% IF NOT help %] -

[% IF cgi.user_agent("Mozilla/5") %] -

Give me help with this form.

[% ELSE %] - Give me help with this form. +

Give me help with this form.

[% END %] -

[% ELSE %]

For help, mouse over the page elements. diff --git a/webtools/bugzilla/template/en/default/search/search.html.tmpl b/webtools/bugzilla/template/en/default/search/search.html.tmpl index 5150fa408d5..4b095239408 100644 --- a/webtools/bugzilla/template/en/default/search/search.html.tmpl +++ b/webtools/bugzilla/template/en/default/search/search.html.tmpl @@ -41,6 +41,9 @@ td.unselected_tab, td.spacer { border-width: 0px 0px 2px 0px; border-style: solid; + } + dl.bug_changes dt { + margin-top: 15px; }" %] @@ -50,19 +53,17 @@ [%# The decent help requires Javascript %] [% IF NOT help %] -

[% IF cgi.user_agent("Mozilla/5") %] -

Give me help with this form.

[% ELSE %] - Give me help with this form. +

Give me help with this form.

[% END %] -

[% ELSE %]

For help, mouse over the page elements.