diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2012-06-26 20:50:06 +0200 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2012-06-26 20:50:06 +0200 |
commit | a68bafeabdd707507cd19fe16568a35e9ac52320 (patch) | |
tree | 98ad7284b41ee60f146937a213f679e85dbc809c /template/en/default/list | |
parent | ba4d5480583f91c5d92e1117a21997c0239f6a21 (diff) | |
download | bugs-a68bafeabdd707507cd19fe16568a35e9ac52320.tar bugs-a68bafeabdd707507cd19fe16568a35e9ac52320.tar.gz bugs-a68bafeabdd707507cd19fe16568a35e9ac52320.tar.bz2 bugs-a68bafeabdd707507cd19fe16568a35e9ac52320.tar.xz bugs-a68bafeabdd707507cd19fe16568a35e9ac52320.zip |
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.tmpl | 4 |
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> |