diff options
author | gerv%gerv.net <> | 2002-04-20 03:35:39 +0200 |
---|---|---|
committer | gerv%gerv.net <> | 2002-04-20 03:35:39 +0200 |
commit | 07466db53c0990b4cf9ccdedb08c1a075c18446e (patch) | |
tree | a60c8fffb517952a7b19ed20109752168bede811 /template/en/default/search | |
parent | c73a72af3d96ad82ef38d9d27fad2e4b6e87f36c (diff) | |
download | bugzilla-07466db53c0990b4cf9ccdedb08c1a075c18446e.tar.gz bugzilla-07466db53c0990b4cf9ccdedb08c1a075c18446e.tar.xz |
Bug 135707 - make template/en/default templates consistent with template/default. Patch by ddk, 2xr=gerv.
Diffstat (limited to 'template/en/default/search')
-rw-r--r-- | template/en/default/search/search-advanced.html.tmpl | 11 | ||||
-rw-r--r-- | template/en/default/search/search.html.tmpl | 11 |
2 files changed, 0 insertions, 22 deletions
diff --git a/template/en/default/search/search-advanced.html.tmpl b/template/en/default/search/search-advanced.html.tmpl index 85e66356b..3079ea006 100644 --- a/template/en/default/search/search-advanced.html.tmpl +++ b/template/en/default/search/search-advanced.html.tmpl @@ -331,17 +331,6 @@ function selectProduct(f) { { value => "anywords", description => "contains any of the words" }, { value => "regexp", description => "matches the regexp" }, { value => "notregexp", description => "doesn’t match the regexp" } ] %] - -[%# The decent help requires Javascript %] -<script> <!-- - document.write("<p><a href='query.cgi?help=1'>Give me help</a> with this form (reloads page.)</p>"); -// --> -</script> -<noscript> - <p> - <a href="queryhelp.cgi">Give me help</a> with this form. - </p> -</noscript> <form method="get" action="buglist.cgi" name="queryform"> diff --git a/template/en/default/search/search.html.tmpl b/template/en/default/search/search.html.tmpl index 85e66356b..3079ea006 100644 --- a/template/en/default/search/search.html.tmpl +++ b/template/en/default/search/search.html.tmpl @@ -331,17 +331,6 @@ function selectProduct(f) { { value => "anywords", description => "contains any of the words" }, { value => "regexp", description => "matches the regexp" }, { value => "notregexp", description => "doesn’t match the regexp" } ] %] - -[%# The decent help requires Javascript %] -<script> <!-- - document.write("<p><a href='query.cgi?help=1'>Give me help</a> with this form (reloads page.)</p>"); -// --> -</script> -<noscript> - <p> - <a href="queryhelp.cgi">Give me help</a> with this form. - </p> -</noscript> <form method="get" action="buglist.cgi" name="queryform"> |