Commit 98c951d9 authored by mkanat%bugzilla.org's avatar mkanat%bugzilla.org

Bug 490783: UI should use "Search" everywhere instead of "Find"

Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=pyrzak, r=LpSolit, a=LpSolit
parent 7bf1c7d2
......@@ -75,7 +75,7 @@
<p><a href="editusers.cgi?action=edit&amp;userid=
[%- otheruser.id FILTER url_quote %]"
title="Edit user '[% otheruser.login FILTER html %]'">Edit this user</a> or
<a title="Search For Users" href="editusers.cgi">find other accounts</a>
<a title="Search For Users" href="editusers.cgi">search for other accounts</a>
[% IF listselectionvalues.matchtype != 'exact' %]
or go <a title="Return to the user list"
href="editusers.cgi?action=list[% INCLUDE listselectionurlparams %]">back
......
......@@ -51,6 +51,8 @@
"access the advanced query page. It's in URL parameter " _
"format, which makes it hard to read. Sorry!",
specific_search_allow_empty_words => "Whether to allow a search on the 'Find a Specific " _
"Bug' page with an empty 'Words' field." }
%]
specific_search_allow_empty_words =>
"Whether to allow a search on the 'Simple Search' page with an empty"
_ " 'Words' field.",
} %]
......@@ -33,7 +33,8 @@
{ alert('Please enter one or more search terms first.');
return false; } return true;">
<input class="txt" type="text" id="quicksearch[% qs_suffix FILTER html %]" name="quicksearch">
<input class="btn" type="submit" value="Find" id="find[% qs_suffix FILTER html %]">
<input class="btn" type="submit" value="Search"
id="find[% qs_suffix FILTER html %]">
[%-# Work around FF bug: keep this on one line %]</form></li>
<li><span class="separator">| </span><a href="report.cgi">Reports</a></li>
......
......@@ -39,7 +39,7 @@
{ alert('Please enter one or more search terms first.');
return false; } return true;">
<input type="text" size="40" name="quicksearch">
<input type="submit" value="Find" id="find">
<input type="submit" value="Search" id="find">
</form>
<h2>Getting Started</h2>
......
......@@ -31,7 +31,7 @@
{ alert('Please enter one or more search terms first.');
return false; } return true;">
<input type="text" size="40" name="quicksearch">
<input type="submit" value="Find" id="find">
<input type="submit" value="Search" id="find">
<input type="submit" name="load" value="Load Search Form" id="load">
</form>
......
......@@ -21,7 +21,7 @@
[% PROCESS global/variables.none.tmpl %]
[% PROCESS global/header.html.tmpl
title = "Find a Specific " _ terms.Bug
title = "Simple Search"
%]
[% WRAPPER search/tabs.html.tmpl %]
......
......@@ -24,7 +24,7 @@
#%]
[% WRAPPER global/tabs.html.tmpl
tabs = [ { name => 'specific', label => "Find a Specific $terms.Bug",
tabs = [ { name => 'specific', label => "Simple Search",
link => "query.cgi?format=specific" },
{ name => 'advanced', label => "Advanced Search",
link => "query.cgi?format=advanced" } ]
......
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