summaryrefslogtreecommitdiffstats
path: root/template/en/default/attachment/updated.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/attachment/updated.html.tmpl')
-rw-r--r--template/en/default/attachment/updated.html.tmpl12
1 files changed, 7 insertions, 5 deletions
diff --git a/template/en/default/attachment/updated.html.tmpl b/template/en/default/attachment/updated.html.tmpl
index df5f4665a..00b5a66f8 100644
--- a/template/en/default/attachment/updated.html.tmpl
+++ b/template/en/default/attachment/updated.html.tmpl
@@ -24,8 +24,10 @@
# bugid: integer. ID of the bug we are updating.
# attachid: integer. ID of the attachment we just attached.
#%]
-
-[% PROCESS global/header.html.tmpl
+
+[% PROCESS global/variables.none.tmpl %]
+
+[% PROCESS global/header.html.tmpl
title = "Changes Submitted"
style = "th { text-align: left; }"
%]
@@ -35,15 +37,15 @@
<table border="1">
<tr>
<td>
- <h2>Changes to
+ <h2>Changes to
<a href="attachment.cgi?id=[% attachid %]&amp;action=edit">attachment [% attachid %]</a>
- of bug [% bugid %] submitted
+ of [% terms.bug %]&nbsp;[% bugid %] submitted
</h2>
[% PROCESS "bug/process/bugmail.html.tmpl" mailing_bugid = bugid %]
</td>
<td>
- <a href="show_bug.cgi?id=[% bugid %]">Back to Bug #[% bugid %]</a>
+ <a href="show_bug.cgi?id=[% bugid %]">Back to [% terms.Bug %] #[% bugid %]</a>
</td>
</tr>
</table>