diff options
author | gerv%gerv.net <> | 2002-04-24 08:27:23 +0200 |
---|---|---|
committer | gerv%gerv.net <> | 2002-04-24 08:27:23 +0200 |
commit | c29a6dcb565731ef6757a625b7374e7ff46d417c (patch) | |
tree | 0248868bb75ffc12c4074d79d3e97390fd9da5dd /template/en/default/reports | |
parent | 999195822166fd2bd5558a2c1f60460141aa7a2c (diff) | |
download | bugzilla-c29a6dcb565731ef6757a625b7374e7ff46d417c.tar.gz bugzilla-c29a6dcb565731ef6757a625b7374e7ff46d417c.tar.xz |
Bug 138582 - convert all INCLUDEs to PROCESS. Patch by gerv, r=bbaetz, afranke.
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 0241d3909..9f275eda7 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.html.tmpl +[% PROCESS global/header.html.tmpl title = "Components for $product" h2 = filtered_product %] @@ -53,7 +53,7 @@ </table> [% END %] -[% INCLUDE global/footer.html.tmpl %] +[% PROCESS 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 f442bd54f..48c2bc796 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.html.tmpl %] +[% PROCESS global/header.html.tmpl %] <p> <a href="#explanation">What is this data?</a> @@ -273,4 +273,4 @@ </ul> </ul> -[% INCLUDE global/footer.html.tmpl %] +[% PROCESS global/footer.html.tmpl %] diff --git a/template/en/default/reports/keywords.html.tmpl b/template/en/default/reports/keywords.html.tmpl index 17d623e4e..28f684f46 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.html.tmpl +[% PROCESS global/header.html.tmpl title = "Bugzilla Keyword Descriptions" %] @@ -72,4 +72,4 @@ </p> [% END %] -[% INCLUDE global/footer.html.tmpl %] +[% PROCESS global/footer.html.tmpl %] |