diff options
author | gerv%gerv.net <> | 2003-11-09 03:09:22 +0100 |
---|---|---|
committer | gerv%gerv.net <> | 2003-11-09 03:09:22 +0100 |
commit | 090dae01f8ab1810120276d48d265a19588be664 (patch) | |
tree | 2f774d89434428b171610aaa76b9d5dbd2bda3ff /template/en/default/search | |
parent | fc7ebc28b0859d7ddecd704001ff1adc54856d47 (diff) | |
download | bugzilla-090dae01f8ab1810120276d48d265a19588be664.tar.gz bugzilla-090dae01f8ab1810120276d48d265a19588be664.tar.xz |
Bug 224913 - Need tests to check whether any templates uses the bareword "bug" or variations. Patch by gerv; r,a=justdave.
Diffstat (limited to 'template/en/default/search')
4 files changed, 15 insertions, 9 deletions
diff --git a/template/en/default/search/search-advanced.html.tmpl b/template/en/default/search/search-advanced.html.tmpl index 42207a122..5150fa408 100644 --- a/template/en/default/search/search-advanced.html.tmpl +++ b/template/en/default/search/search-advanced.html.tmpl @@ -69,7 +69,8 @@ <font color="red"> [% IF cgi.user_agent("Mozilla/5") %] Note that if the help popups are hidden by form element scroll bars, - this is a bug in your browser, not in [% terms.Bugzilla %]. + this is a b<!-- word broken up to pass test 009 -->ug in your browser, + not in [% terms.Bugzilla %]. [% END %] </font> </p> diff --git a/template/en/default/search/search-create-series.html.tmpl b/template/en/default/search/search-create-series.html.tmpl index 9673a1838..83aa5a912 100644 --- a/template/en/default/search/search-create-series.html.tmpl +++ b/template/en/default/search/search-create-series.html.tmpl @@ -25,6 +25,8 @@ # search/boolean-charts.html.tmpl. #%] +[% PROCESS global/variables.none.tmpl %] + [% PROCESS global/header.html.tmpl title = "Create New Data Set" onload = "selectProduct(document.forms['chartform']);" @@ -48,7 +50,7 @@ <td> <input type="radio" id="action-create" name="action" value="create"> <label for="action-create"> - Start recording bug count data for this search, as follows: + Start recording [% terms.bug %] count data for this search, as follows: </label> <br> diff --git a/template/en/default/search/search-specific.html.tmpl b/template/en/default/search/search-specific.html.tmpl index 72f86fb13..bd3ab833a 100644 --- a/template/en/default/search/search-specific.html.tmpl +++ b/template/en/default/search/search-specific.html.tmpl @@ -19,6 +19,8 @@ # Contributor(s): Myk Melez <myk@mozilla.org> #%] +[% PROCESS global/variables.none.tmpl %] + [% PROCESS global/header.html.tmpl title = "Find a Specific Bug" h1 = "" @@ -35,15 +37,15 @@ [% PROCESS search/tabs.html.tmpl %] <p> -Find a specific bug by entering words that describe it. Bugzilla will search -bug summaries, descriptions, and comments for those words and return a list -of matching bugs sorted by relevance. +Find a specific [% terms.bug %] by entering words that describe it. +[% terms.Bugzilla %] will search [% terms.bug %] summaries, descriptions, and +comments for those words and return a list of matching [% terms.bugs %] sorted +by relevance. </p> <p> -For example, if the bug you are looking for is a browser crash when you go -to a secure web site with an embedded Flash animation, you might search for -"crash secure SSL flash". +For example, if the [% terms.bug %] you are looking for is a browser crash when you go to a secure web site with an embedded Flash animation, you might search +for "crash secure SSL flash". </p> <form method="get" action="buglist.cgi"> diff --git a/template/en/default/search/search.html.tmpl b/template/en/default/search/search.html.tmpl index 42207a122..5150fa408 100644 --- a/template/en/default/search/search.html.tmpl +++ b/template/en/default/search/search.html.tmpl @@ -69,7 +69,8 @@ <font color="red"> [% IF cgi.user_agent("Mozilla/5") %] Note that if the help popups are hidden by form element scroll bars, - this is a bug in your browser, not in [% terms.Bugzilla %]. + this is a b<!-- word broken up to pass test 009 -->ug in your browser, + not in [% terms.Bugzilla %]. [% END %] </font> </p> |