summaryrefslogtreecommitdiffstats
path: root/query.cgi
diff options
context:
space:
mode:
authorterry%netscape.com <>1999-01-16 02:49:50 +0100
committerterry%netscape.com <>1999-01-16 02:49:50 +0100
commitfd18dd28549ec74de3ef164cca3f8e8e3fbcda1e (patch)
treefa3ad3bcf7e2ae9bce28d089c8228d14f06a678a /query.cgi
parent182523cdb51c13806db15d17686cd207154d9fb5 (diff)
downloadbugzilla-fd18dd28549ec74de3ef164cca3f8e8e3fbcda1e.tar.gz
bugzilla-fd18dd28549ec74de3ef164cca3f8e8e3fbcda1e.tar.xz
Allow querying of URL.
Diffstat (limited to 'query.cgi')
-rwxr-xr-xquery.cgi5
1 files changed, 5 insertions, 0 deletions
diff --git a/query.cgi b/query.cgi
index 0637cb941..7c601721e 100755
--- a/query.cgi
+++ b/query.cgi
@@ -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>