]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 490783: UI should use "Search" everywhere instead of "Find"
authormkanat%bugzilla.org <>
Mon, 20 Jul 2009 04:17:40 +0000 (04:17 +0000)
committermkanat%bugzilla.org <>
Mon, 20 Jul 2009 04:17:40 +0000 (04:17 +0000)
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=pyrzak, r=LpSolit, a=LpSolit

template/en/default/account/profile-activity.html.tmpl
template/en/default/admin/params/query.html.tmpl
template/en/default/global/common-links.html.tmpl
template/en/default/pages/quicksearch.html.tmpl
template/en/default/pages/quicksearchhack.html.tmpl
template/en/default/search/search-specific.html.tmpl
template/en/default/search/tabs.html.tmpl

index bcb81f8497c2ca9029a64952061e2ac29e50e23f..c6fd45c656c99e44cc605081344e6322fa6705ff 100644 (file)
@@ -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
index ffee4e1a8c0c22d22c58f077e2952f8f6e8d6918..34ea043811f59b180183c6491da38d33bcc7ea07 100644 (file)
@@ -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.",
+
+} %]
index b775da3e835d49cc6ee3bd67eae83849c86f1c1a..bc8556a118c552283eabe9281e37ef0a52930835 100644 (file)
@@ -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>
index d551e7a741e961bbfa5ccb15b86c16b0708bc644..3fd7c45b93e81f1029c3a466cc11c96556e9eeb9 100644 (file)
@@ -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>
index 4d96f5d05a5cf9bc4c49c51f1d6e4990d485a6e7..06f8c6dbd8668784827a05cba0e8d3556f5c34e3 100644 (file)
@@ -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>
 
index d35d60030cd40c23e11f4f8b95edb3140f5cbc2b..78e5506a0cefefe7baef7cd2c9bb8dc4e47016fc 100644 (file)
@@ -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 %]
index 6676f055ca78d1cc87212f20e63b436f7f7c8763..119b30fded15de70754ce0c1e32ffc214aebe48c 100644 (file)
@@ -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" } ]