summaryrefslogtreecommitdiffstats
path: root/template/en/default/list
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2012-07-26 03:31:07 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2012-07-26 03:31:07 +0200
commitc1a71191995c59f93f4e11906fcec41602e40178 (patch)
tree37c3cab63f8f4b215420949956d8dbb7327d71ea /template/en/default/list
parent17809fb5f84c17e26f3ff730b4e40f0af0eed710 (diff)
downloadbugzilla-c1a71191995c59f93f4e11906fcec41602e40178.tar.gz
bugzilla-c1a71191995c59f93f4e11906fcec41602e40178.tar.xz
Backout bug 768573 to fix bustage
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 a0adaea63..92e578e8f 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>
- [% INCLUDE bug/field.html.tmpl
+ [% PROCESS 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>
- [% INCLUDE bug/field.html.tmpl value = dontchange
+ [% PROCESS bug/field.html.tmpl value = dontchange
editable = 1
allow_dont_change = 1 %]
</tr>