summaryrefslogtreecommitdiffstats
path: root/template/en/default/list/edit-multiple.html.tmpl
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2012-06-26 20:50:06 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2012-06-26 20:50:06 +0200
commita68bafeabdd707507cd19fe16568a35e9ac52320 (patch)
tree98ad7284b41ee60f146937a213f679e85dbc809c /template/en/default/list/edit-multiple.html.tmpl
parentba4d5480583f91c5d92e1117a21997c0239f6a21 (diff)
downloadbugzilla-a68bafeabdd707507cd19fe16568a35e9ac52320.tar.gz
bugzilla-a68bafeabdd707507cd19fe16568a35e9ac52320.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/edit-multiple.html.tmpl')
-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 242346339..18179d20c 100644
--- a/template/en/default/list/edit-multiple.html.tmpl
+++ b/template/en/default/list/edit-multiple.html.tmpl
@@ -134,7 +134,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>
@@ -269,7 +269,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>