diff options
author | terry%netscape.com <> | 1999-01-16 02:49:50 +0100 |
---|---|---|
committer | terry%netscape.com <> | 1999-01-16 02:49:50 +0100 |
commit | fd18dd28549ec74de3ef164cca3f8e8e3fbcda1e (patch) | |
tree | fa3ad3bcf7e2ae9bce28d089c8228d14f06a678a /query.cgi | |
parent | 182523cdb51c13806db15d17686cd207154d9fb5 (diff) | |
download | bugzilla-fd18dd28549ec74de3ef164cca3f8e8e3fbcda1e.tar.gz bugzilla-fd18dd28549ec74de3ef164cca3f8e8e3fbcda1e.tar.xz |
Allow querying of URL.
Diffstat (limited to 'query.cgi')
-rwxr-xr-x | query.cgi | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -210,6 +210,11 @@ print " <td><input type=radio name=long_desc_type value=substr checked>Substring</td> <td><input type=radio name=long_desc_type value=regexp>Regexp</td> </tr> +<td align=right>URL:</td> +<td><input name=bug_file_loc size=30></td> +<td><input type=radio name=bug_file_loc_type value=substr checked>Substring</td> +<td><input type=radio name=long_desc_type value=regexp>Regexp</td> +</tr> </table> <p> |