summaryrefslogtreecommitdiffstats
path: root/template/en/default/search/search-advanced.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/search-advanced.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/search-advanced.html.tmpl')
-rw-r--r--template/en/default/search/search-advanced.html.tmpl13
1 files changed, 7 insertions, 6 deletions
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 %]
- <p>
[% IF cgi.user_agent("Mozilla/5") %]
- <script> <!--
- document.write("<a href='query.cgi?help=1'>Give me some help</a> (reloads page.)");
+ <script type="text/javascript"> <!--
+ document.write("<p><a href='query.cgi?help=1'>Give me some help</a> (reloads page.)</p>");
// -->
</script>
<noscript>
- <a href="queryhelp.cgi">Give me help</a> with this form.
+ <p><a href="queryhelp.cgi">Give me help</a> with this form.</p>
</noscript>
[% ELSE %]
- <a href="queryhelp.cgi">Give me help</a> with this form.
+ <p><a href="queryhelp.cgi">Give me help</a> with this form.</p>
[% END %]
- </p>
[% ELSE %]
<p>
For help, mouse over the page elements.