summaryrefslogtreecommitdiffstats
path: root/template/en/default/reports/keywords.html.tmpl
diff options
context:
space:
mode:
authorgerv%gerv.net <>2003-07-04 06:31:13 +0200
committergerv%gerv.net <>2003-07-04 06:31:13 +0200
commit44b48df3901d829e1423749136d142964ccb4a3e (patch)
treef87659c97f6c97654cde63005c514a5504913631 /template/en/default/reports/keywords.html.tmpl
parent7b35e1a271f27612cba91216d50e5f497dd0c69a (diff)
downloadbugzilla-44b48df3901d829e1423749136d142964ccb4a3e.tar.gz
bugzilla-44b48df3901d829e1423749136d142964ccb4a3e.tar.xz
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.
Diffstat (limited to 'template/en/default/reports/keywords.html.tmpl')
-rw-r--r--template/en/default/reports/keywords.html.tmpl16
1 files changed, 9 insertions, 7 deletions
diff --git a/template/en/default/reports/keywords.html.tmpl b/template/en/default/reports/keywords.html.tmpl
index 665e360c0..2fc024b2c 100644
--- a/template/en/default/reports/keywords.html.tmpl
+++ b/template/en/default/reports/keywords.html.tmpl
@@ -26,9 +26,11 @@
# bugcount: number of bugs with that keyword
# caneditkeywords: boolean. True if this user can edit keywords
%]
-
-[% PROCESS global/header.html.tmpl
- title = "Bugzilla Keyword Descriptions"
+
+[% PROCESS global/variables.none.tmpl %]
+
+[% PROCESS global/header.html.tmpl
+ title = "$terms.Bugzilla Keyword Descriptions"
%]
[% FOREACH keyword = keywords %]
@@ -36,15 +38,15 @@
[% IF loop.index != 0 %]
</table>
[% END %]
-
+
<table border="1" cellpadding="4" cellspacing="0">
<tr bgcolor="#6666FF">
<th align="left">Name</th>
<th align="left">Description</th>
- <th align="left">Bugs</th>
+ <th align="left">[% terms.Bugs %]</th>
</tr>
- [% END %]
-
+ [% END %]
+
<tr>
<th>
<a name="[% keyword.name FILTER html %]">