diff options
author | gerv%gerv.net <> | 2002-04-20 07:37:42 +0200 |
---|---|---|
committer | gerv%gerv.net <> | 2002-04-20 07:37:42 +0200 |
commit | a12ec8dea07e38c55593109c3afaab13a29e499d (patch) | |
tree | 81a16829b715d7d4cf2a640f3aca88b633d71f75 /template/en/default/attachment | |
parent | 07466db53c0990b4cf9ccdedb08c1a075c18446e (diff) | |
download | bugzilla-a12ec8dea07e38c55593109c3afaab13a29e499d.tar.gz bugzilla-a12ec8dea07e38c55593109c3afaab13a29e499d.tar.xz |
Bug 135707 - template reorganisation. This makes the new copies of the templates use all the correct names internally. Patch by me, 2xr=myk.
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 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 %] |