diff options
author | gerv%gerv.net <> | 2002-04-20 01:35:39 +0000 |
---|---|---|
committer | gerv%gerv.net <> | 2002-04-20 01:35:39 +0000 |
commit | 07466db53c0990b4cf9ccdedb08c1a075c18446e (patch) | |
tree | a60c8fffb517952a7b19ed20109752168bede811 /template/en/default/search/search-advanced.html.tmpl | |
parent | Bug 135707 - rearrange templates to normalise filenames, and create directory... (diff) | |
download | bugzilla-07466db53c0990b4cf9ccdedb08c1a075c18446e.tar.gz bugzilla-07466db53c0990b4cf9ccdedb08c1a075c18446e.tar.bz2 bugzilla-07466db53c0990b4cf9ccdedb08c1a075c18446e.zip |
Bug 135707 - make template/en/default templates consistent with template/default. Patch by ddk, 2xr=gerv.
Diffstat (limited to 'template/en/default/search/search-advanced.html.tmpl')
-rw-r--r-- | template/en/default/search/search-advanced.html.tmpl | 11 |
1 files changed, 0 insertions, 11 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"> |