Bug 135707 - template reorganisation. This makes the new copies of the templates use all the correct names internally. Patch by me, 2xr=myk.

git-svn-id: svn://10.0.0.236/trunk@119431 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
gerv%gerv.net
2002-04-19 22:38:22 +00:00
parent 1070ebf374
commit 165a0315eb
44 changed files with 152 additions and 92 deletions

View File

@@ -26,7 +26,7 @@
# activity.html.tmpl template fulfilled.
#%]
[% INCLUDE global/header
[% INCLUDE 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 show/activity.html.tmpl %]
[% INCLUDE bug/activity/table.html.tmpl %]
<p>
<a href="show_bug.cgi?id=[% bug_id %]">Back to bug [% bug_id %]</a>
</p>
[% INCLUDE global/footer %]
[% INCLUDE global/footer.html.tmpl %]