summaryrefslogtreecommitdiffstats
path: root/template/en/default/bug/process/midair.html.tmpl
diff options
context:
space:
mode:
authorgerv%gerv.net <>2002-04-25 03:07:11 +0200
committergerv%gerv.net <>2002-04-25 03:07:11 +0200
commit357538cf09dac38231e7b33d85cae29a53f314c2 (patch)
tree73e8966dc8a78fd9bb76c18ae04c07edceacfaff /template/en/default/bug/process/midair.html.tmpl
parent7ed2e8437a8b30cb24d24053ac2dd3368b71628d (diff)
downloadbugzilla-357538cf09dac38231e7b33d85cae29a53f314c2.tar.gz
bugzilla-357538cf09dac38231e7b33d85cae29a53f314c2.tar.xz
Bug 139787 - more template name fixes to stop tree burning. Patch by ddk, 2xr=gerv.
Diffstat (limited to 'template/en/default/bug/process/midair.html.tmpl')
-rw-r--r--template/en/default/bug/process/midair.html.tmpl8
1 files changed, 4 insertions, 4 deletions
diff --git a/template/en/default/bug/process/midair.html.tmpl b/template/en/default/bug/process/midair.html.tmpl
index 89ac71fe3..9b60857f3 100644
--- a/template/en/default/bug/process/midair.html.tmpl
+++ b/template/en/default/bug/process/midair.html.tmpl
@@ -22,8 +22,8 @@
[%# INTERFACE:
# form: hash; the form values submitted to the script
# operations: array; bug activity since the user last displayed the bug form,
- # used by show/activity.html.tmpl to display recent changes that will be
- # overwritten if the user submits these changes. See that template
+ # used by bug/activity/table.html.tmpl to display recent changes that will
+ # be overwritten if the user submits these changes. See that template
# for further documentation.
# start_at: number; the comment at which show/comments.tmpl should begin
# displaying comments, either the index of the last comment (if the user
@@ -41,7 +41,7 @@
</p>
<p>
- [% PROCESS "show/activity.html.tmpl" incomplete_data=0 %]
+ [% PROCESS "bug/activity/table.html.tmpl" incomplete_data=0 %]
</p>
[% IF comments.size > start_at %]
@@ -72,4 +72,4 @@ You have the following choices:
</li>
</ul>
-[% PROCESS global/footer %]
+[% PROCESS global/footer.html.tmpl %]