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/bug/activity | |
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/bug/activity')
-rw-r--r-- | template/en/default/bug/activity/show.html.tmpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/template/en/default/bug/activity/show.html.tmpl b/template/en/default/bug/activity/show.html.tmpl index d3ca1ac0b..9bd0e0b37 100644 --- a/template/en/default/bug/activity/show.html.tmpl +++ b/template/en/default/bug/activity/show.html.tmpl @@ -26,7 +26,7 @@ # activity.html.tmpl template fulfilled. #%] -[% INCLUDE global/header.html.tmpl +[% PROCESS global/header.html.tmpl title = "Changes made to bug $bug_id" h1 = "Activity log" h2 = "Bug <a href='show_bug.cgi?id=$bug_id'>$bug_id</a>" @@ -34,10 +34,10 @@ <br> -[% INCLUDE bug/activity/table.html.tmpl %] +[% PROCESS bug/activity/table.html.tmpl %] <p> <a href="show_bug.cgi?id=[% bug_id %]">Back to bug [% bug_id %]</a> </p> -[% INCLUDE global/footer.html.tmpl %] +[% PROCESS global/footer.html.tmpl %] |