From 44a7b4d9294e1bffff4362fdf4075059b03eb95a Mon Sep 17 00:00:00 2001 From: "kiko%async.com.br" <> Date: Thu, 27 Nov 2003 02:57:50 +0000 Subject: 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 ++++---- template/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/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) { [% 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/template/en/default/search/search-advanced.html.tmpl b/template/en/default/search/search-advanced.html.tmpl index 5150fa408..4b0952394 100644 --- a/template/en/default/search/search-advanced.html.tmpl +++ b/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/template/en/default/search/search.html.tmpl b/template/en/default/search/search.html.tmpl index 5150fa408..4b0952394 100644 --- a/template/en/default/search/search.html.tmpl +++ b/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. -- cgit v1.2.3-24-g4f1b