summaryrefslogtreecommitdiffstats
path: root/template/en/default/bug/process/results.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/bug/process/results.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/bug/process/results.html.tmpl')
-rw-r--r--template/en/default/bug/process/results.html.tmpl20
1 files changed, 11 insertions, 9 deletions
diff --git a/template/en/default/bug/process/results.html.tmpl b/template/en/default/bug/process/results.html.tmpl
index 5c3592954..2097e047b 100644
--- a/template/en/default/bug/process/results.html.tmpl
+++ b/template/en/default/bug/process/results.html.tmpl
@@ -25,24 +25,26 @@
# type: string; the type of change/check that was made: "bug" when a bug
# is changed, "dupe" when a duplication notation is added to a bug,
# and "dep" when a bug is checked for changes to its dependencies.
- #
+ #
# mailrecipients: hash; BugMail recipient params. Optional.
#%]
+[% PROCESS global/variables.none.tmpl %]
+
[% UNLESS header_done %]
[% PROCESS bug/process/header.html.tmpl %]
[% END %]
[% DEFAULT type="bug" %]
-[%
+[%
title = {
- 'bug' => "Changes submitted for bug $id" ,
- 'dupe' => "Duplicate notation added to bug $id" ,
- 'dep' => "Checking for dependency changes on bug $id" ,
- 'votes' => "Bug $id confirmed by number of votes" ,
- 'created' => "Bug $id has been added to the database" ,
- }
+ 'bug' => "Changes submitted for $terms.bug $id" ,
+ 'dupe' => "Duplicate notation added to $terms.bug $id" ,
+ 'dep' => "Checking for dependency changes on $terms.bug $id" ,
+ 'votes' => "$terms.Bug $id confirmed by number of votes" ,
+ 'created' => "$terms.Bug $id has been added to the database" ,
+ }
%]
<table border="1">
@@ -52,7 +54,7 @@
[% PROCESS "bug/process/bugmail.html.tmpl" mailing_bugid = id %]
</td>
<td>
- <a href="show_bug.cgi?id=[% id %]">Back To BUG# [% id %]</a>
+ <a href="show_bug.cgi?id=[% id %]">Back To [% terms.Bug %]# [% id %]</a>
</td>
</tr>
</table>