Commit 39cf5154 authored by jocuri%softhome.net's avatar jocuri%softhome.net

Patch for bug 251502: Remove queryhelp.cgi (redundant, badly out of date); patch…

Patch for bug 251502: Remove queryhelp.cgi (redundant, badly out of date); patch by me, r=wurblzap (Marc), r=gerv, a=justdave.
parent df48c469
...@@ -46,8 +46,7 @@ ...@@ -46,8 +46,7 @@
<p> <p>
<strong> <strong>
<a name="chart" href="queryhelp.cgi#advancedquerying"> Advanced Searching Using Boolean Charts:
Advanced Searching Using Boolean Charts</a>:
</strong> </strong>
</p> </p>
......
...@@ -315,7 +315,7 @@ function doOnSelectProduct(selectmode) { ...@@ -315,7 +315,7 @@ function doOnSelectProduct(selectmode) {
<td> <td>
<table> <table>
<tr> <tr>
<th align="left"><a href="queryhelp.cgi#status">St<u>a</u>tus</a>:</th> <th align="left">St<u>a</u>tus:</th>
</tr> </tr>
<tr valign="top"> <tr valign="top">
[% PROCESS select sel = { name => 'bug_status', [% PROCESS select sel = { name => 'bug_status',
...@@ -328,7 +328,7 @@ function doOnSelectProduct(selectmode) { ...@@ -328,7 +328,7 @@ function doOnSelectProduct(selectmode) {
<table> <table>
<tr> <tr>
<th align="left"> <th align="left">
<a href="queryhelp.cgi#resolution"><u>R</u>esolution</a>: <u>R</u>esolution:
</th> </th>
</tr> </tr>
<tr valign="top"> <tr valign="top">
...@@ -341,7 +341,7 @@ function doOnSelectProduct(selectmode) { ...@@ -341,7 +341,7 @@ function doOnSelectProduct(selectmode) {
<td> <td>
<table> <table>
<tr> <tr>
<th align="left"><a href="queryhelp.cgi#severity">S<u>e</u>verity</a>:</th> <th align="left">S<u>e</u>verity:</th>
</tr> </tr>
<tr valign="top"> <tr valign="top">
[% PROCESS select sel = { name => 'bug_severity', [% PROCESS select sel = { name => 'bug_severity',
...@@ -353,7 +353,7 @@ function doOnSelectProduct(selectmode) { ...@@ -353,7 +353,7 @@ function doOnSelectProduct(selectmode) {
<td> <td>
<table> <table>
<tr> <tr>
<th align="left"><a href="queryhelp.cgi#priority">Pr<u>i</u>ority</a>:</th> <th align="left">Pr<u>i</u>ority:</th>
</tr> </tr>
<tr valign="top"> <tr valign="top">
[% PROCESS select sel = { name => 'priority', [% PROCESS select sel = { name => 'priority',
...@@ -365,7 +365,7 @@ function doOnSelectProduct(selectmode) { ...@@ -365,7 +365,7 @@ function doOnSelectProduct(selectmode) {
<td> <td>
<table> <table>
<tr> <tr>
<th align="left"><a href="queryhelp.cgi#platform"><u>H</u>ardware</a>:</th> <th align="left"><u>H</u>ardware:</th>
</tr> </tr>
<tr valign="top"> <tr valign="top">
[% PROCESS select sel = { name => 'rep_platform', [% PROCESS select sel = { name => 'rep_platform',
...@@ -377,7 +377,7 @@ function doOnSelectProduct(selectmode) { ...@@ -377,7 +377,7 @@ function doOnSelectProduct(selectmode) {
<td> <td>
<table> <table>
<tr> <tr>
<th align="left"><a href="queryhelp.cgi#opsys"><u>O</u>S</a>:</th> <th align="left"><u>O</u>S:</th>
</tr> </tr>
<tr valign="top"> <tr valign="top">
[% PROCESS select sel = { name => 'op_sys', [% PROCESS select sel = { name => 'op_sys',
...@@ -399,7 +399,7 @@ function doOnSelectProduct(selectmode) { ...@@ -399,7 +399,7 @@ function doOnSelectProduct(selectmode) {
<fieldset> <fieldset>
<legend> <legend>
<strong> <strong>
<a href="queryhelp.cgi#peopleinvolved">Email</a> and Numbering Email and Numbering
</strong> </strong>
</legend> </legend>
...@@ -541,7 +541,7 @@ function doOnSelectProduct(selectmode) { ...@@ -541,7 +541,7 @@ function doOnSelectProduct(selectmode) {
<dd> <dd>
<input name="chfieldfrom" size="10" value="[% default.chfieldfrom.0 FILTER html %]"> <input name="chfieldfrom" size="10" value="[% default.chfieldfrom.0 FILTER html %]">
and <input name="chfieldto" size="10" value="[% default.chfieldto.0 FILTER html %]"> and <input name="chfieldto" size="10" value="[% default.chfieldto.0 FILTER html %]">
<br>(YYYY-MM-DD or <a href="queryhelp.cgi#changedbetween">relative dates</a>) <br>(YYYY-MM-DD or relative dates)
</dd> </dd>
<dt>where one or more of the following changed:</dt> <dt>where one or more of the following changed:</dt>
<dd> <dd>
......
...@@ -65,11 +65,6 @@ var queryform = "queryform" ...@@ -65,11 +65,6 @@ var queryform = "queryform"
document.write("<p><a href='query.cgi?help=1&amp;format=advanced'>Give me some help</a> (reloads page.)</p>"); document.write("<p><a href='query.cgi?help=1&amp;format=advanced'>Give me some help</a> (reloads page.)</p>");
// --> // -->
</script> </script>
<noscript>
<p><a href="queryhelp.cgi">Give me help</a> with this form.</p>
</noscript>
[% ELSE %]
<p><a href="queryhelp.cgi">Give me help</a> with this form.</p>
[% END %] [% END %]
[% ELSE %] [% ELSE %]
<p> <p>
...@@ -93,10 +88,6 @@ var queryform = "queryform" ...@@ -93,10 +88,6 @@ var queryform = "queryform"
[% PROCESS "search/boolean-charts.html.tmpl" %] [% PROCESS "search/boolean-charts.html.tmpl" %]
<p>
Give me a <a href="queryhelp.cgi">clue</a> about how to use this form.
</p>
</form> </form>
[% PROCESS "search/search-help.html.tmpl" IF help %] [% PROCESS "search/search-help.html.tmpl" IF help %]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment