From 44b48df3901d829e1423749136d142964ccb4a3e Mon Sep 17 00:00:00 2001 From: "gerv%gerv.net" <> Date: Fri, 4 Jul 2003 04:31:13 +0000 Subject: Bug 13540 - allow key terms, like "Bugzilla" and "bug", to be altered without changing all the templates. Patch by jwilmoth@starbucks.com; r=gerv, a=justdave. --- template/en/default/reports/duplicates.html.tmpl | 68 ++++++++++++------------ 1 file changed, 35 insertions(+), 33 deletions(-) (limited to 'template/en/default/reports/duplicates.html.tmpl') diff --git a/template/en/default/reports/duplicates.html.tmpl b/template/en/default/reports/duplicates.html.tmpl index a522c4db7..bab06d941 100644 --- a/template/en/default/reports/duplicates.html.tmpl +++ b/template/en/default/reports/duplicates.html.tmpl @@ -21,25 +21,27 @@ [%# INTERFACE: # products: list of strings. The products this user can see. - # + # # sortby: string. the column on which we are sorting the buglist. # reverse: boolean. True if we are reversing the current sort. # maxrows: integer. Max number of rows to display. # changedsince: integer. The number of days ago for the changedsince column. - # openonly: boolean. True if we are only showing open bugs. + # openonly: boolean. True if we are only showing open bugs. # product: string. Restrict to this product only. # # Additionally, you need to fulfill the interface to # duplicates-table.html.tmpl. #%] - + +[% PROCESS global/variables.none.tmpl %] + [% IF product %] - [% title = "Most Frequently Reported Bugs for $product" %] -[% ELSE %] - [% title = "Most Frequently Reported Bugs" %] + [% title = "Most Frequently Reported $terms.Bugs for $product" %] +[% ELSE %] + [% title = "Most Frequently Reported $terms.Bugs" %] [% END%] -[% PROCESS global/header.html.tmpl +[% PROCESS global/header.html.tmpl style = ".resolved { background-color: #d9d9d9; color: #000000; }" %] @@ -66,14 +68,14 @@ When sorting or restricting, work with: - + -
- +
+ @@ -106,65 +108,65 @@ - + - +
- Or just give this to me as a . + Or just give this to me as a . (Note: the order may not be the same.)

- What are "Most Frequently Reported Bugs"? + What are "Most Frequently Reported [% terms.Bugs %]"?
- The Most Frequent Bugs page lists the known open bugs which - are reported most frequently. It is - automatically generated from the Bugzilla database every 24 hours, by - counting the number of direct and indirect duplicates of bugs. + The Most Frequent [% terms.Bugs %] page lists the known open [% terms.bugs %] which + are reported most frequently. It is + automatically generated from the [% terms.Bugzilla %] database every 24 hours, by + counting the number of direct and indirect duplicates of [% terms.bugs %]. This information is provided in order to assist in minimizing - the amount of duplicate bugs entered into Bugzilla, which saves time - for Quality Assurance engineers who have to triage the bugs. + the amount of duplicate [% terms.bugs %] entered into [% terms.Bugzilla %], which + saves time for Quality Assurance engineers who have to triage the [% terms.bugs %].
How do I use this list? -- cgit v1.2.3-24-g4f1b