diff options
author | 2001-12-13 06:41:04 +0000 | |
---|---|---|
committer | 2001-12-13 06:41:04 +0000 | |
commit | e9f04a30422f4da41d15e22337b6e6477b2fb590 (patch) | |
tree | b6b25129f616f2032330c74f0ddd5d59b13fffdf /quicksearch.html | |
parent | Fix for bug 73502: midair collision wasn't catching other bugs changing depen... (diff) | |
download | bugzilla-e9f04a30422f4da41d15e22337b6e6477b2fb590.tar.gz bugzilla-e9f04a30422f4da41d15e22337b6e6477b2fb590.tar.bz2 bugzilla-e9f04a30422f4da41d15e22337b6e6477b2fb590.zip |
Bug 37339 and Bug 80183 - Adding a sidebar.cgi and index.cgi. The sidebar.cgi can currently be used in Mozilla/Netscape 6 and uses XUL that was originally written by Scott Collins <scc@mozilla.org>. The index.cgi displays both the proper header and footer in the appropriate places. It also changes the links accoding to if you are logged in or not.
r= ddk, kiko
Diffstat (limited to 'quicksearch.html')
-rw-r--r-- | quicksearch.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/quicksearch.html b/quicksearch.html index 900180065..df7e85ccf 100644 --- a/quicksearch.html +++ b/quicksearch.html @@ -18,10 +18,8 @@ you may prefer <a href="quicksearchhack.html">this form</a>. Type in one or more words (or word fragments) to search for: -<!-- The name of the form must be "f" (used in "quicksearch.js"). --> - <form name="f" action="show_bug.cgi" method="get" - onsubmit="QuickSearch(); return false;"> + onsubmit="QuickSearch(f.id.value); return false;"> <table> <tr> <td><input type="text" size="40" name="id"/></td> |