summaryrefslogtreecommitdiffstats
path: root/template/en/default/attachment
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/attachment')
-rw-r--r--template/en/default/attachment/create.html.tmpl4
-rw-r--r--template/en/default/attachment/created.html.tmpl4
-rw-r--r--template/en/default/attachment/edit.html.tmpl4
-rw-r--r--template/en/default/attachment/show-multiple.html.tmpl4
-rw-r--r--template/en/default/attachment/updated.html.tmpl4
5 files changed, 10 insertions, 10 deletions
diff --git a/template/en/default/attachment/create.html.tmpl b/template/en/default/attachment/create.html.tmpl
index 44533512e..fd0b67d9d 100644
--- a/template/en/default/attachment/create.html.tmpl
+++ b/template/en/default/attachment/create.html.tmpl
@@ -24,7 +24,7 @@
[% h1 = BLOCK %]Create New Attachment for <a href="show_bug.cgi?id=[% bugid %]">Bug #[% bugid %]</a>[% END %]
[% h2 = BLOCK %][% bugsummary FILTER html %][% END %]
-[% INCLUDE global/header
+[% INCLUDE global/header.html.tmpl
title = title
h1 = h1
h2 = h2
@@ -124,7 +124,7 @@
//-->
</script>
-[% INCLUDE global/footer %]
+[% INCLUDE global/footer.html.tmpl %]
diff --git a/template/en/default/attachment/created.html.tmpl b/template/en/default/attachment/created.html.tmpl
index c46afe06b..466b7da5f 100644
--- a/template/en/default/attachment/created.html.tmpl
+++ b/template/en/default/attachment/created.html.tmpl
@@ -19,7 +19,7 @@
# Contributor(s): Myk Melez <myk@mozilla.org>
#%]
-[% INCLUDE global/header
+[% INCLUDE global/header.html.tmpl
title = "Changes Submitted"
style = "th { text-align: left; }"
%]
@@ -53,4 +53,4 @@
<a href="attachment.cgi?bugid=[% bugid %]&action=enter">Create Another Attachment to Bug #[% bugid %]</a>
</p>
-[% INCLUDE global/footer %]
+[% INCLUDE global/footer.html.tmpl %]
diff --git a/template/en/default/attachment/edit.html.tmpl b/template/en/default/attachment/edit.html.tmpl
index 1d06bfb6f..0f08cd2af 100644
--- a/template/en/default/attachment/edit.html.tmpl
+++ b/template/en/default/attachment/edit.html.tmpl
@@ -24,7 +24,7 @@
[% h1 = BLOCK %]Edit Attachment #[% attachid %] for <a href="show_bug.cgi?id=[% bugid %]">Bug #[% bugid %]</a>[% END %]
[% h2 = BLOCK %][% bugsummary FILTER html %][% END %]
-[% INCLUDE global/header
+[% INCLUDE global/header.html.tmpl
title = title
h1 = h1
h2 = h2
@@ -223,4 +223,4 @@
<br>
-[% INCLUDE global/footer %]
+[% INCLUDE global/footer.html.tmpl %]
diff --git a/template/en/default/attachment/show-multiple.html.tmpl b/template/en/default/attachment/show-multiple.html.tmpl
index 88c92b969..7fc7d60ab 100644
--- a/template/en/default/attachment/show-multiple.html.tmpl
+++ b/template/en/default/attachment/show-multiple.html.tmpl
@@ -20,7 +20,7 @@
#%]
[% filtered_summary = bugsummary FILTER html %]
-[% INCLUDE global/header
+[% INCLUDE global/header.html.tmpl
title = "View All Attachments for Bug #$bugid"
h1 = "View All Attachments for <a href=\"show_bug.cgi?id=$bugid\">Bug #$bugid</a>"
h2 = filtered_summary
@@ -95,4 +95,4 @@
[% END %]
-[% INCLUDE global/footer %]
+[% INCLUDE global/footer.html.tmpl %]
diff --git a/template/en/default/attachment/updated.html.tmpl b/template/en/default/attachment/updated.html.tmpl
index e24595747..eec9c6f3a 100644
--- a/template/en/default/attachment/updated.html.tmpl
+++ b/template/en/default/attachment/updated.html.tmpl
@@ -20,7 +20,7 @@
# Gervase Markham <gerv@gerv.net>
#%]
-[% INCLUDE global/header
+[% INCLUDE global/header.html.tmpl
title = "Changes Submitted"
style = "th { text-align: left; }"
%]
@@ -43,4 +43,4 @@
</tr>
</table>
-[% INCLUDE global/footer %]
+[% INCLUDE global/footer.html.tmpl %]