From: kiko%async.com.br <> Date: Thu, 27 Nov 2003 02:57:50 +0000 (+0000) Subject: Bug 226229: Query.cgi HTML Transitional 4.01 validation fails for X-Git-Tag: bugzilla-2.17.7~110 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=44a7b4d9294e1bffff4362fdf4075059b03eb95a;p=thirdparty%2Fbugzilla.git 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 --- diff --git a/template/en/default/search/form.html.tmpl b/template/en/default/search/form.html.tmpl index db20c6aa59..c33b2f0bd0 100644 --- a/template/en/default/search/form.html.tmpl +++ b/template/en/default/search/form.html.tmpl @@ -727,13 +727,13 @@ function selectProduct(f) { -
[% IF cgi.user_agent("Mozilla/5") %] - [% 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 5150fa408d..4b09523940 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") %] - [% ELSE %] - Give me help with this form. +
Give me help with this form.
[% END %] - [% ELSE %]For help, mouse over the page elements.