summaryrefslogtreecommitdiffstats
path: root/template/en/default/attachment/diff-header.html.tmpl
diff options
context:
space:
mode:
authorgerv%gerv.net <>2003-11-09 03:09:22 +0100
committergerv%gerv.net <>2003-11-09 03:09:22 +0100
commit090dae01f8ab1810120276d48d265a19588be664 (patch)
tree2f774d89434428b171610aaa76b9d5dbd2bda3ff /template/en/default/attachment/diff-header.html.tmpl
parentfc7ebc28b0859d7ddecd704001ff1adc54856d47 (diff)
downloadbugzilla-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/attachment/diff-header.html.tmpl')
-rw-r--r--template/en/default/attachment/diff-header.html.tmpl14
1 files changed, 9 insertions, 5 deletions
diff --git a/template/en/default/attachment/diff-header.html.tmpl b/template/en/default/attachment/diff-header.html.tmpl
index c1b70173e..4069cc21b 100644
--- a/template/en/default/attachment/diff-header.html.tmpl
+++ b/template/en/default/attachment/diff-header.html.tmpl
@@ -21,7 +21,11 @@
[%# Define strings that will serve as the title and header of this page %]
-[% title = BLOCK %]Attachment #[% attachid %] for Bug #[% bugid %][% END %]
+[% PROCESS global/variables.none.tmpl %]
+
+[% title = BLOCK %]
+ Attachment #[% attachid %] for [% terms.Bug %] #[% bugid %]
+[% END %]
[% style = BLOCK %]
.file_head {
@@ -192,7 +196,7 @@ tbody.file pre:empty {
<a href="[% new_url %]">[% new_desc FILTER html %]</a>
(<a href="[% new_url %]">#[% newid %]</a>)
[% END %]
- for <a href="show_bug.cgi?id=[% bugid %]">Bug #[% bugid %]</a>
+ for <a href="show_bug.cgi?id=[% bugid %]">[% terms.Bug %] #[% bugid %]</a>
[% END %]
[% h2 = BLOCK %]
[% bugsummary FILTER html %]
@@ -290,12 +294,12 @@ tbody.file pre:empty {
<h2 class="warning">Warning:
[% IF warning == "interdiff1" %]
this difference between two patches may show things in the wrong places due
- to a limitation in Bugzilla when comparing patches with different sets of
- files.
+ to a limitation in [% terms.Bugzilla %] when comparing patches with different
+ sets of files.
[% END %]
[% IF warning == "interdiff2" %]
this difference between two patches may be inaccurate due to a limitation in
- Bugzilla when comparing patches made against different revisions.
+ [% terms.Bugzilla %] when comparing patches made against different revisions.
[% END %]
</h2>
[% END %]