diff options
Diffstat (limited to 'template/en/default/attachment')
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 fd0b67d9d..d31ef1292 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.html.tmpl +[% PROCESS global/header.html.tmpl title = title h1 = h1 h2 = h2 @@ -124,7 +124,7 @@ //--> </script> -[% INCLUDE global/footer.html.tmpl %] +[% PROCESS global/footer.html.tmpl %] diff --git a/template/en/default/attachment/created.html.tmpl b/template/en/default/attachment/created.html.tmpl index 466b7da5f..b4af46e80 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.html.tmpl +[% PROCESS 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.html.tmpl %] +[% PROCESS global/footer.html.tmpl %] diff --git a/template/en/default/attachment/edit.html.tmpl b/template/en/default/attachment/edit.html.tmpl index 0f08cd2af..26db832d3 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.html.tmpl +[% PROCESS global/header.html.tmpl title = title h1 = h1 h2 = h2 @@ -223,4 +223,4 @@ <br> -[% INCLUDE global/footer.html.tmpl %] +[% PROCESS 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 7fc7d60ab..83a0642a7 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.html.tmpl +[% PROCESS 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.html.tmpl %] +[% PROCESS global/footer.html.tmpl %] diff --git a/template/en/default/attachment/updated.html.tmpl b/template/en/default/attachment/updated.html.tmpl index eec9c6f3a..d522c638d 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.html.tmpl +[% PROCESS global/header.html.tmpl title = "Changes Submitted" style = "th { text-align: left; }" %] @@ -43,4 +43,4 @@ </tr> </table> -[% INCLUDE global/footer.html.tmpl %] +[% PROCESS global/footer.html.tmpl %] |