summaryrefslogtreecommitdiffstats
path: root/template/en/default/list/edit-multiple.html.tmpl
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2012-07-29 00:19:56 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2012-07-29 00:19:56 +0200
commit2e617ed0f590e428991f4bdbdb1acc2da468fe98 (patch)
tree2de608d8dc154e8ee2b48ea638de46f67d1f33a8 /template/en/default/list/edit-multiple.html.tmpl
parent1600d4c79a01d431dcef9a8b068edc53f7b9a2d5 (diff)
downloadbugzilla-2e617ed0f590e428991f4bdbdb1acc2da468fe98.tar.gz
bugzilla-2e617ed0f590e428991f4bdbdb1acc2da468fe98.tar.xz
Backout bug 768573
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 c4a7ef964..962f36f5a 100644
--- a/template/en/default/list/edit-multiple.html.tmpl
+++ b/template/en/default/list/edit-multiple.html.tmpl
@@ -136,7 +136,7 @@
value="[% dontchange FILTER html %]"
size="6">
</td>
- [% INCLUDE bug/field.html.tmpl
+ [% PROCESS bug/field.html.tmpl
field = bug_fields.deadline, value = dontchange
editable = 1, allow_dont_change = 1 %]
</tr>
@@ -273,7 +273,7 @@
[% bug = 0 %]
[% FOREACH field = Bugzilla.active_custom_fields %]
<tr>
- [% INCLUDE bug/field.html.tmpl value = dontchange
+ [% PROCESS bug/field.html.tmpl value = dontchange
editable = 1
allow_dont_change = 1 %]
</tr>