summaryrefslogtreecommitdiffstats
path: root/template/en/default/list
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2012-06-26 20:51:46 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2012-06-26 20:51:46 +0200
commit9b3041428e1e2d7fb1d7ff02ff8023bf6fe33b0d (patch)
tree4076fb2f269934b0d9e2f9cef4f19e7195f7af71 /template/en/default/list
parentff5ce68630cc5744d77d9fd54be7df7ed7b26950 (diff)
downloadbugzilla-9b3041428e1e2d7fb1d7ff02ff8023bf6fe33b0d.tar.gz
bugzilla-9b3041428e1e2d7fb1d7ff02ff8023bf6fe33b0d.tar.xz
Bug 768573: Templates must INCLUDE bug/field.html.tmpl instead of PROCESS'ing it
r=glob a=LpSolit
Diffstat (limited to 'template/en/default/list')
-rw-r--r--template/en/default/list/edit-multiple.html.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/template/en/default/list/edit-multiple.html.tmpl b/template/en/default/list/edit-multiple.html.tmpl
index 92e578e8f..a0adaea63 100644
--- a/template/en/default/list/edit-multiple.html.tmpl
+++ b/template/en/default/list/edit-multiple.html.tmpl
@@ -150,7 +150,7 @@
value="[% dontchange FILTER html %]"
size="6">
</td>
- [% PROCESS bug/field.html.tmpl
+ [% INCLUDE bug/field.html.tmpl
field = bug_fields.deadline, value = dontchange
editable = 1, allow_dont_change = 1 %]
</tr>
@@ -285,7 +285,7 @@
[% bug = 0 %]
[% FOREACH field = Bugzilla.active_custom_fields %]
<tr>
- [% PROCESS bug/field.html.tmpl value = dontchange
+ [% INCLUDE bug/field.html.tmpl value = dontchange
editable = 1
allow_dont_change = 1 %]
</tr>