summaryrefslogtreecommitdiffstats
path: root/template/en/default/bug/edit.html.tmpl
diff options
context:
space:
mode:
authorgerv%gerv.net <>2002-04-20 07:37:42 +0200
committergerv%gerv.net <>2002-04-20 07:37:42 +0200
commita12ec8dea07e38c55593109c3afaab13a29e499d (patch)
tree81a16829b715d7d4cf2a640f3aca88b633d71f75 /template/en/default/bug/edit.html.tmpl
parent07466db53c0990b4cf9ccdedb08c1a075c18446e (diff)
downloadbugzilla-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/bug/edit.html.tmpl')
-rw-r--r--template/en/default/bug/edit.html.tmpl12
1 files changed, 6 insertions, 6 deletions
diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl
index 9b77c23a2..b7b0d6995 100644
--- a/template/en/default/bug/edit.html.tmpl
+++ b/template/en/default/bug/edit.html.tmpl
@@ -21,7 +21,7 @@
[% filtered_desc = bug.short_desc FILTER html %]
[% UNLESS header_done %]
- [% INCLUDE global/header
+ [% INCLUDE global/header.html.tmpl
title = "Bug $bug.bug_id - $bug.short_desc"
h1 = "Bugzilla Bug $bug.bug_id"
h2 = filtered_desc
@@ -29,7 +29,7 @@
%]
[% END %]
-[% PROCESS show/navigate.html.tmpl %]
+[% PROCESS bug/navigate.html.tmpl %]
<hr>
@@ -250,7 +250,7 @@
[%# *** Attachments *** %]
- [% INCLUDE attachment/list.atml
+ [% INCLUDE attachment/list.html.tmpl
attachments = bug.attachments
bugid = bug.bug_id %]
@@ -491,17 +491,17 @@
</table>
<hr>
-[% PROCESS show/comments.tmpl
+[% PROCESS bug/comments.html.tmpl
comments = bug.comments
%]
<hr>
-[% PROCESS show/navigate.html.tmpl %]
+[% PROCESS bug/navigate.html.tmpl %]
<br>
-[% INCLUDE global/footer %]
+[% INCLUDE global/footer.html.tmpl %]
[%############################################################################%]