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/reports | |
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/reports')
-rw-r--r-- | template/en/default/reports/components.html.tmpl | 4 | ||||
-rw-r--r-- | template/en/default/reports/duplicates.html.tmpl | 4 | ||||
-rw-r--r-- | template/en/default/reports/keywords.html.tmpl | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/template/en/default/reports/components.html.tmpl b/template/en/default/reports/components.html.tmpl index c9dacca10..0241d3909 100644 --- a/template/en/default/reports/components.html.tmpl +++ b/template/en/default/reports/components.html.tmpl @@ -20,7 +20,7 @@ #%] [% filtered_product = product FILTER html %] -[% INCLUDE global/header +[% INCLUDE global/header.html.tmpl title = "Components for $product" h2 = filtered_product %] @@ -53,7 +53,7 @@ </table> [% END %] -[% INCLUDE global/footer %] +[% INCLUDE global/footer.html.tmpl %] [%############################################################################%] [%# BLOCK for components %] diff --git a/template/en/default/reports/duplicates.html.tmpl b/template/en/default/reports/duplicates.html.tmpl index 1d2e1cbb8..f442bd54f 100644 --- a/template/en/default/reports/duplicates.html.tmpl +++ b/template/en/default/reports/duplicates.html.tmpl @@ -48,7 +48,7 @@ [% title = "Most Frequently Reported Bugs" %] [% END%] -[% INCLUDE global/header %] +[% INCLUDE global/header.html.tmpl %] <p> <a href="#explanation">What is this data?</a> @@ -273,4 +273,4 @@ </ul> </ul> -[% INCLUDE global/footer %] +[% INCLUDE global/footer.html.tmpl %] diff --git a/template/en/default/reports/keywords.html.tmpl b/template/en/default/reports/keywords.html.tmpl index 1769df85d..17d623e4e 100644 --- a/template/en/default/reports/keywords.html.tmpl +++ b/template/en/default/reports/keywords.html.tmpl @@ -27,7 +27,7 @@ # caneditkeywords: boolean. True if this user can edit keywords %] -[% INCLUDE global/header +[% INCLUDE global/header.html.tmpl title = "Bugzilla Keyword Descriptions" %] @@ -72,4 +72,4 @@ </p> [% END %] -[% INCLUDE global/footer %] +[% INCLUDE global/footer.html.tmpl %] |