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