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 @@
<p>
<strong>
<a name="chart" href="queryhelp.cgi#advancedquerying">
Advanced Searching Using Boolean Charts</a>:
Advanced Searching Using Boolean Charts:
</strong>
</p>
......
......@@ -315,7 +315,7 @@ function doOnSelectProduct(selectmode) {
<td>
<table>
<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 valign="top">
[% PROCESS select sel = { name => 'bug_status',
......@@ -328,7 +328,7 @@ function doOnSelectProduct(selectmode) {
<table>
<tr>
<th align="left">
<a href="queryhelp.cgi#resolution"><u>R</u>esolution</a>:
<u>R</u>esolution:
</th>
</tr>
<tr valign="top">
......@@ -341,7 +341,7 @@ function doOnSelectProduct(selectmode) {
<td>
<table>
<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 valign="top">
[% PROCESS select sel = { name => 'bug_severity',
......@@ -353,7 +353,7 @@ function doOnSelectProduct(selectmode) {
<td>
<table>
<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 valign="top">
[% PROCESS select sel = { name => 'priority',
......@@ -365,7 +365,7 @@ function doOnSelectProduct(selectmode) {
<td>
<table>
<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 valign="top">
[% PROCESS select sel = { name => 'rep_platform',
......@@ -377,7 +377,7 @@ function doOnSelectProduct(selectmode) {
<td>
<table>
<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 valign="top">
[% PROCESS select sel = { name => 'op_sys',
......@@ -399,7 +399,7 @@ function doOnSelectProduct(selectmode) {
<fieldset>
<legend>
<strong>
<a href="queryhelp.cgi#peopleinvolved">Email</a> and Numbering
Email and Numbering
</strong>
</legend>
......@@ -541,7 +541,7 @@ function doOnSelectProduct(selectmode) {
<dd>
<input name="chfieldfrom" size="10" value="[% default.chfieldfrom.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>
<dt>where one or more of the following changed:</dt>
<dd>
......
......@@ -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>");
// -->
</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 %]
[% ELSE %]
<p>
......@@ -93,10 +88,6 @@ var queryform = "queryform"
[% PROCESS "search/boolean-charts.html.tmpl" %]
<p>
Give me a <a href="queryhelp.cgi">clue</a> about how to use this form.
</p>
</form>
[% 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