diff options
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"> |