summaryrefslogtreecommitdiffstats
path: root/template/en/default/bug/knob.html.tmpl
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/bug/knob.html.tmpl
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/bug/knob.html.tmpl')
-rw-r--r--template/en/default/bug/knob.html.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/template/en/default/bug/knob.html.tmpl b/template/en/default/bug/knob.html.tmpl
index ac14e6dc0..d79fe524a 100644
--- a/template/en/default/bug/knob.html.tmpl
+++ b/template/en/default/bug/knob.html.tmpl
@@ -23,7 +23,7 @@
[% PROCESS global/variables.none.tmpl %]
<div id="status">
- [% PROCESS bug/field.html.tmpl
+ [% INCLUDE bug/field.html.tmpl
no_tds = 1
field = bug_fields.bug_status
value = bug.bug_status
@@ -38,7 +38,7 @@
[% END %]
<span id="resolution_settings">
- [% PROCESS bug/field.html.tmpl
+ [% INCLUDE bug/field.html.tmpl
no_tds = 1
field = bug_fields.resolution
value = bug.resolution