Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
98c951d9
Commit
98c951d9
authored
Jul 20, 2009
by
mkanat%bugzilla.org
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
12 additions
and
9 deletions
+12
-9
profile-activity.html.tmpl
template/en/default/account/profile-activity.html.tmpl
+1
-1
query.html.tmpl
template/en/default/admin/params/query.html.tmpl
+5
-3
common-links.html.tmpl
template/en/default/global/common-links.html.tmpl
+2
-1
quicksearch.html.tmpl
template/en/default/pages/quicksearch.html.tmpl
+1
-1
quicksearchhack.html.tmpl
template/en/default/pages/quicksearchhack.html.tmpl
+1
-1
search-specific.html.tmpl
template/en/default/search/search-specific.html.tmpl
+1
-1
tabs.html.tmpl
template/en/default/search/tabs.html.tmpl
+1
-1
No files found.
template/en/default/account/profile-activity.html.tmpl
View file @
98c951d9
...
...
@@ -75,7 +75,7 @@
<p><a href="editusers.cgi?action=edit&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
...
...
template/en/default/admin/params/query.html.tmpl
View file @
98c951d9
...
...
@@ -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.",
} %]
template/en/default/global/common-links.html.tmpl
View file @
98c951d9
...
...
@@ -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>
...
...
template/en/default/pages/quicksearch.html.tmpl
View file @
98c951d9
...
...
@@ -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>
...
...
template/en/default/pages/quicksearchhack.html.tmpl
View file @
98c951d9
...
...
@@ -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>
...
...
template/en/default/search/search-specific.html.tmpl
View file @
98c951d9
...
...
@@ -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 %]
...
...
template/en/default/search/tabs.html.tmpl
View file @
98c951d9
...
...
@@ -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" } ]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment